OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeAudioPatch
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPatch.h
48
status_t
removeAudioPatch
(audio_patch_handle_t handle);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp
104
status_t AudioPatchCollection::
removeAudioPatch
(audio_patch_handle_t handle)
109
ALOGW("
removeAudioPatch
() patch %d not in", handle);
112
ALOGV("
removeAudioPatch
() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle);
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h
460
virtual status_t
removeAudioPatch
(audio_patch_handle_t handle)
462
return mAudioPatches.
removeAudioPatch
(handle);
[
all
...]
AudioPolicyManager.cpp
[
all
...]
Completed in 75 milliseconds