Home
last modified time | relevance | path

Searched refs:SafeListEx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dsafe_list_ex.h33 class SafeListEx {
37 typedef typename std::list<typename SafeListEx<OBj>::ObjPtr>::iterator ObjIter;
39 SafeListEx () in SafeListEx() function
42 ~SafeListEx () { in ~SafeListEx()
86 SafeListEx<OBj>::pop (ObjPtr& obj_out, int32_t timeout) in pop()
117 SafeListEx<OBj>::push (const SafeListEx<OBj>::ObjPtr &obj) in push()
127 SafeListEx<OBj>::erase (const SafeListEx<OBj>::ObjPtr &obj) in erase()
134 typename SafeListEx<OBj>::ObjPtr
135 SafeListEx<OBj>::front () in front()
138 SafeListEx<OBj>::ObjIter i = _obj_list.begin (); in front()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.h129 SafeListEx<RkAiqCoreVdBufMsg> mMsgsQueue;