Searched refs:changeRefCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 90 void AudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, in changeRefCount() function in android::AudioOutputDescriptor 299 void SwAudioOutputDescriptor::changeRefCount(audio_stream_type_t stream, in changeRefCount() function in android::SwAudioOutputDescriptor 304 mOutput1->changeRefCount(stream, delta); in changeRefCount() 305 mOutput2->changeRefCount(stream, delta); in changeRefCount() 307 AudioOutputDescriptor::changeRefCount(stream, delta); in changeRefCount()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioOutputDescriptor.h | 58 virtual void changeRefCount(audio_stream_type_t stream, int delta); 107 virtual void changeRefCount(audio_stream_type_t stream, int delta);
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 1085 outputDesc->changeRefCount(stream, 1); in startSource() 1197 outputDesc->changeRefCount(stream, -1); in stopSource() 3679 outputDesc2->changeRefCount((audio_stream_type_t)j,-refCount); in closeOutput()
|