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

/hardware/intel/img/hwcomposer/include/
H A DBufferMapper.h28 mRefCount(0)
35 mRefCount++;
36 return mRefCount;
40 mRefCount--;
41 return mRefCount;
46 return mRefCount;
62 int mRefCount; member in class:android::intel::BufferMapper
/hardware/intel/img/hwcomposer/ips/common/
H A DTTMBufferMapper.h56 int mRefCount; member in class:android::intel::TTMBufferMapper
H A DTTMBufferMapper.cpp24 mRefCount(0),
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp565 outputDesc->mRefCount[stream] = 0;
636 outputDesc->mRefCount[stream] = 0;
758 if (outputDesc->mRefCount[stream] == 1) {
826 if (outputDesc->mRefCount[stream] > 0) {
830 if (outputDesc->mRefCount[stream] == 0) {
963 inputDesc->mRefCount = 0;
1041 inputDesc->mRefCount = 1;
1055 if (inputDesc->mRefCount == 0) {
1068 inputDesc->mRefCount = 0;
1376 && (inputDescriptor->mRefCount >
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h280 uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this output member in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
306 uint32_t mRefCount; // number of AudioRecord clients using this output member in class:android_audio_legacy::AudioPolicyManagerBase::AudioInputDescriptor

Completed in 357 milliseconds