Home
last modified time | relevance | path

Searched refs:mAudioPatch (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java873 if (mAudioPatch != null) {
875 mAudioPatch = null;
884 private AudioPatch mAudioPatch = null; field in TvInputHardwareManager.TvInputHardwareImpl
939 if (mAudioPatch != null) { in release()
940 mAudioManager.releaseAudioPatch(mAudioPatch); in release()
941 mAudioPatch = null; in release()
1003 if (mAudioPatch != null) { in updateAudioConfigLocked()
1004 mAudioManager.releaseAudioPatch(mAudioPatch); in updateAudioConfigLocked()
1005 mAudioPatch = null; in updateAudioConfigLocked()
1116 if (mAudioPatch != null) { in updateAudioConfigLocked()
[all …]