HomeSort by relevance Sort by last modified time
    Searched refs:RefObj (Results 1 - 5 of 5) sorted by null

  /external/libxcam/xcore/
smartptr.h 32 class RefObj {
35 RefObj (): _ref_count(0) {} // derived class must set to SmartPtr at birth
36 virtual ~RefObj () {}
49 explicit RefObj (uint32_t i) : _ref_count (i) {}
50 XCAM_DEAD_COPY (RefObj);
57 : public RefObj
60 RefCount () : RefObj (1) {}
67 RefObj* generate_ref_count (Obj *obj, std::true_type)
192 void set_pointer (ObjD *obj, RefObj *ref) {
209 typedef std::is_base_of<RefObj, ObjD> BaseCheck
    [all...]
thread_pool.h 33 : public RefObj
buffer_pool.h 80 : public RefObj
worker.h 42 : public RefObj
image_handler.h 45 : public RefObj

Completed in 421 milliseconds