Home
last modified time | relevance | path

Searched defs:getPatchHandle (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DIAfPatchPanel.h49 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp186 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
H A DAudioOutputDescriptor.cpp73 audio_patch_handle_t AudioOutputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioOutputDescriptor
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DClientDescriptor.h260 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle() function