Searched defs:changeRefCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp1266 outputDesc->changeRefCount(stream, 1);
1364 outputDesc->changeRefCount(stream, -1);
4010 outputDesc2->changeRefCount((audio_stream_type_t)j,-refCount);
5972 void AudioPolicyManager::AudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, function in class:android::AudioPolicyManager::AudioOutputDescriptor
5977 mOutput1->changeRefCount(stream, delta);
5978 mOutput2->changeRefCount(stream, delta);
5981 ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d",
5987 ALOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);

Completed in 42 milliseconds