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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h179 void changeRefCount(AudioSystem::stream_type, int delta);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp574 outputDesc->changeRefCount(stream, 1);
618 outputDesc->changeRefCount(stream, -1);
1431 hwOutputDesc->changeRefCount((AudioSystem::stream_type)i,-refCount);
2301 void AudioPolicyManagerBase::AudioOutputDescriptor::changeRefCount(AudioSystem::stream_type stream, int delta) function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
2305 mOutput1->changeRefCount(stream, delta);
2306 mOutput2->changeRefCount(stream, delta);
2309 LOGW("changeRefCount() invalid delta %d for stream %d, refCount %d", delta, stream, mRefCount[stream]);
2314 LOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);

Completed in 68 milliseconds