Searched refs:mRefCount (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | BufferMapper.h | 28 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/moorefield_hdmi/include/ |
D | BufferMapper.h | 28 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/camera/msm8998/QCamera2/util/ |
D | QCameraPerf.cpp | 335 mRefCount(0), in QCameraPerfLock() 434 mRefCount = 0; in acquirePerfLock() 437 if ((mRefCount == 0) || forceReaquirePerfLock) { in acquirePerfLock() 444 ++mRefCount; in acquirePerfLock() 447 mHandle, mRefCount, mPerfLockType); in acquirePerfLock() 486 mHandle, mRefCount, mPerfLockType); in releasePerfLock() 490 mRefCount = 0; in releasePerfLock() 491 } else if (--mRefCount == 0) { in releasePerfLock() 598 ++(mInstance->mRefCount); in createSingleton() 619 if (mInstance && (--(mInstance->mRefCount) == 0)) { in deleteInstance()
|
D | QCameraPerf.h | 97 uint32_t mRefCount; variable 115 uint32_t mRefCount; variable 122 QCameraPerfLockIntf() { mRefCount = 0; mDlHandle = NULL; } in QCameraPerfLockIntf()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocThread.cpp | 38 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/ |
D | LocThread.cpp | 39 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/sdm845/utils/ |
D | LocThread.cpp | 39 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/msm8996/utils/ |
D | LocThread.cpp | 38 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/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | TTMBufferMapper.h | 56 int mRefCount;
|
D | TTMBufferMapper.cpp | 24 mRefCount(0), in TTMBufferMapper()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | TTMBufferMapper.h | 56 int mRefCount;
|
D | TTMBufferMapper.cpp | 24 mRefCount(0), in TTMBufferMapper()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 280 …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
|