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]);
297 void SwAudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, function in class:android::SwAudioOutputDescriptor
302 mOutput1->changeRefCount(stream, delta);
303 mOutput2->changeRefCount(stream, delta);
305 AudioOutputDescriptor::changeRefCount(stream, delta);
310 ALOGW("changeRefCount() invalid delta %d globalRefCount %d", delta, mGlobalRefCount);

Completed in 65 milliseconds