Home
last modified time | relevance | path

Searched refs:mRefCount (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DBufferMapper.h28 mRefCount(0) in BufferMapper()
35 mRefCount++; in incRef()
36 return mRefCount; in incRef()
40 mRefCount--; in decRef()
41 return mRefCount; in decRef()
46 return mRefCount; in getRef()
62 int mRefCount;
/hardware/intel/img/hwcomposer/merrifield/include/
DBufferMapper.h28 mRefCount(0) in BufferMapper()
35 mRefCount++; in incRef()
36 return mRefCount; in incRef()
40 mRefCount--; in decRef()
41 return mRefCount; in decRef()
46 return mRefCount; in getRef()
62 int mRefCount;
/hardware/qcom/gps/msm8909w_3100/utils/
DLocThread.cpp39 int mRefCount; member in LocThreadDelegate
69 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) { in LocThreadDelegate()
103 mRefCount = 1; in LocThreadDelegate()
160 if (mRefCount > 0) { in destroy()
167 callDelete = (1 == mRefCount--); in destroy()
/hardware/qcom/gps/msm8909/utils/
DLocThread.cpp38 int mRefCount; member in LocThreadDelegate
68 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) { in LocThreadDelegate()
101 mRefCount = 1; in LocThreadDelegate()
158 if (mRefCount > 0) { in destroy()
165 callDelete = (1 == mRefCount--); in destroy()
/hardware/qcom/gps/msm8996/utils/
DLocThread.cpp38 int mRefCount; member in LocThreadDelegate
68 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) { in LocThreadDelegate()
101 mRefCount = 1; in LocThreadDelegate()
158 if (mRefCount > 0) { in destroy()
165 callDelete = (1 == mRefCount--); in destroy()
/hardware/qcom/gps/msm8998/utils/
DLocThread.cpp39 int mRefCount; member in LocThreadDelegate
69 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) { in LocThreadDelegate()
103 mRefCount = 1; in LocThreadDelegate()
160 if (mRefCount > 0) { in destroy()
167 callDelete = (1 == mRefCount--); in destroy()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.h97 uint32_t mRefCount; variable
115 uint32_t mRefCount; variable
121 QCameraPerfLockIntf() { mRefCount = 0; mDlHandle = NULL; } in QCameraPerfLockIntf()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DTTMBufferMapper.h56 int mRefCount;
DTTMBufferMapper.cpp24 mRefCount(0), in TTMBufferMapper()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DTTMBufferMapper.h56 int mRefCount;
DTTMBufferMapper.cpp24 mRefCount(0), in TTMBufferMapper()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h280 …uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this ou… variable
307 … uint32_t mRefCount; // number of AudioRecord clients using this output variable