Searched refs:mAudioPatch (Results 1 – 1 of 1) sorted by relevance
873 if (mAudioPatch != null) {875 mAudioPatch = null;884 private AudioPatch mAudioPatch = null; field in TvInputHardwareManager.TvInputHardwareImpl939 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 …]