Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h58 mAudioPatch(*patch), mHandle(AUDIO_PATCH_HANDLE_NONE), in Patch()
63 struct audio_patch mAudioPatch; variable
DPatchPanel.cpp185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()
187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()
191 ((removedPatch->mAudioPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()
555 if (patch->mAudioPatch.num_sources != 2) { in clearPatchConnections()
597 struct audio_patch *patch = &removedPatch->mAudioPatch; in releaseAudioPatch()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java759 if (mAudioPatch != null) {
760 mAudioManager.releaseAudioPatch(mAudioPatch);
761 mAudioPatch = null;
770 private AudioPatch mAudioPatch = null; field in TvInputHardwareManager.TvInputHardwareImpl
825 if (mAudioPatch != null) { in release()
826 mAudioManager.releaseAudioPatch(mAudioPatch); in release()
827 mAudioPatch = null; in release()
889 if (mAudioPatch != null) { in updateAudioConfigLocked()
890 mAudioManager.releaseAudioPatch(mAudioPatch); in updateAudioConfigLocked()
891 mAudioPatch = null; in updateAudioConfigLocked()
[all …]