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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp90 void AudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, function in class:android::AudioOutputDescriptor
94 ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d",
100 ALOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);
299 void SwAudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, function in class:android::SwAudioOutputDescriptor
304 mOutput1->changeRefCount(stream, delta);
305 mOutput2->changeRefCount(stream, delta);
307 AudioOutputDescriptor::changeRefCount(stream, delta);
312 ALOGW("changeRefCount() invalid delta %d globalRefCount %d", delta, mGlobalRefCount);

Completed in 138 milliseconds