Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/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/ips/common/
DTTMBufferMapper.h56 int mRefCount;
DTTMBufferMapper.cpp24 mRefCount(0), in TTMBufferMapper()
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp565 outputDesc->mRefCount[stream] = 0; in getOutput()
636 outputDesc->mRefCount[stream] = 0; in getOutput()
758 if (outputDesc->mRefCount[stream] == 1) { in startOutput()
826 if (outputDesc->mRefCount[stream] > 0) { in stopOutput()
830 if (outputDesc->mRefCount[stream] == 0) { in stopOutput()
963 inputDesc->mRefCount = 0; in getInput()
1041 inputDesc->mRefCount = 1; in startInput()
1055 if (inputDesc->mRefCount == 0) { in stopInput()
1068 inputDesc->mRefCount = 0; in stopInput()
1376 && (inputDescriptor->mRefCount > 0)) { in isSourceActive()
[all …]
/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
306 … uint32_t mRefCount; // number of AudioRecord clients using this output variable