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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp88 void AudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, function in class:android::AudioOutputDescriptor
92 ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d",
98 ALOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);
298 void SwAudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, function in class:android::SwAudioOutputDescriptor
303 mOutput1->changeRefCount(stream, delta);
304 mOutput2->changeRefCount(stream, delta);
306 AudioOutputDescriptor::changeRefCount(stream, delta);
311 ALOGW("changeRefCount() invalid delta %d globalRefCount %d", delta, mGlobalRefCount);

Completed in 78 milliseconds