Searched refs:changeRefCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioOutputDescriptor.h | 62 virtual void changeRefCount(audio_stream_type_t stream, int delta); 112 virtual void changeRefCount(audio_stream_type_t stream, int delta);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 89 void AudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, in changeRefCount() function in android::AudioOutputDescriptor 292 void SwAudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, in changeRefCount() function in android::SwAudioOutputDescriptor 297 mOutput1->changeRefCount(stream, delta); in changeRefCount() 298 mOutput2->changeRefCount(stream, delta); in changeRefCount() 300 AudioOutputDescriptor::changeRefCount(stream, delta); in changeRefCount()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 1229 outputDesc->changeRefCount(stream, 1); in startSource() 1389 outputDesc->changeRefCount(stream, -1); in stopSource() 4610 outputDesc2->changeRefCount((audio_stream_type_t)j,-refCount); in loadConfig()
|