Home | History | Annotate | Download | only in audio

Lines Matching defs:changeRefCount

757     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)
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]);