HomeSort by relevance Sort by last modified time
    Searched refs:mAudioPatch (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
PatchPanel.h 58 mAudioPatch(*patch), mHandle(AUDIO_PATCH_HANDLE_NONE),
63 struct audio_patch mAudioPatch;
PatchPanel.cpp 185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) &&
187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module !=
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module;
191 ((removedPatch->mAudioPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) &&
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module !=
198 // Note that removedPatch->mAudioPatch.num_sinks cannot be 0 here because
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module;
550 if (patch->mAudioPatch.num_sources != 2) {
592 struct audio_patch *patch = &removedPatch->mAudioPatch;
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 745 if (mAudioPatch != null) {
746 mAudioManager.releaseAudioPatch(mAudioPatch);
747 mAudioPatch = null;
756 private AudioPatch mAudioPatch = null;
811 if (mAudioPatch != null) {
812 mAudioManager.releaseAudioPatch(mAudioPatch);
813 mAudioPatch = null;
    [all...]

Completed in 311 milliseconds