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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h259 void changeRefCount(AudioSystem::stream_type stream, int delta);
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp291 mPrimaryOutput->changeRefCount(AUDIO_STREAM_MUSIC, 1);
294 mPrimaryOutput->changeRefCount(AUDIO_STREAM_MUSIC, -1);
1006 outputDesc->changeRefCount(stream, -1);
1078 outputDesc->changeRefCount(stream, 1);
/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 49 milliseconds