OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changeRefCount
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioOutputDescriptor.h
60
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/
AudioOutputDescriptor.cpp
88
void AudioOutputDescriptor::
changeRefCount
(audio_stream_type_t stream,
92
ALOGW("
changeRefCount
() invalid delta %d for stream %d, refCount %d",
98
ALOGV("
changeRefCount
() stream %d, count %d", stream, mRefCount[stream]);
297
void SwAudioOutputDescriptor::
changeRefCount
(audio_stream_type_t stream,
302
mOutput1->
changeRefCount
(stream, delta);
303
mOutput2->
changeRefCount
(stream, delta);
305
AudioOutputDescriptor::
changeRefCount
(stream, delta);
310
ALOGW("
changeRefCount
() invalid delta %d globalRefCount %d", delta, mGlobalRefCount);
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
259
void
changeRefCount
(AudioSystem::stream_type stream, int delta);
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 76 milliseconds