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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp757 outputDesc->changeRefCount(stream, 1);
829 outputDesc->changeRefCount(stream, -1);
2271 outputDesc2->changeRefCount((AudioSystem::stream_type)j,-refCount);
3545 void AudioPolicyManagerBase::AudioOutputDescriptor::changeRefCount(AudioSystem::stream_type stream, int delta) function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
3549 mOutput1->changeRefCount(stream, delta);
3550 mOutput2->changeRefCount(stream, delta);
3553 ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d", delta, stream, mRefCount[stream]);
3558 ALOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);

Completed in 37 milliseconds