Searched defs:mAudioPatch (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.h58 mAudioPatch(*patch), mHandle(AUDIO_PATCH_HANDLE_NONE),
63 struct audio_patch mAudioPatch; member in class:PatchPanel::Patch
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java759 if (mAudioPatch != null) {
760 mAudioManager.releaseAudioPatch(mAudioPatch);
761 mAudioPatch = null;
770 private AudioPatch mAudioPatch = null; field in class:TvInputHardwareManager.TvInputHardwareImpl
825 if (mAudioPatch != null) {
826 mAudioManager.releaseAudioPatch(mAudioPatch);
827 mAudioPatch = null;
889 if (mAudioPatch != null) {
890 mAudioManager.releaseAudioPatch(mAudioPatch);
891 mAudioPatch
[all...]

Completed in 957 milliseconds