/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraPerf.cpp | 384 mRefCount(0), in QCameraPerfLock() 497 mRefCount = 0; in acquirePerfLock() 500 if ((mRefCount == 0) || forceReaquirePerfLock) { in acquirePerfLock() 507 ++mRefCount; in acquirePerfLock() 510 mHandle, mRefCount, mPerfLockType); in acquirePerfLock() 563 mHandle, mRefCount, mPerfLockType); in releasePerfLock() 567 mRefCount = 0; in releasePerfLock() 568 } else if (--mRefCount == 0) { in releasePerfLock() 683 ++(mInstance->mRefCount); in createSingleton() 704 if (mInstance && (--(mInstance->mRefCount) == 0)) { in deleteInstance()
|
D | QCameraPerf.h | 97 uint32_t mRefCount; variable 115 uint32_t mRefCount; variable 121 QCameraPerfLockIntf() { mRefCount = 0; mDlHandle = NULL; } in QCameraPerfLockIntf()
|
/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/sm8150/gps/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/sdm845/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/msm8909w_3100/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/sdm845/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/qcom/sdm845/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/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/sdm845/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/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
|