Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h79 status_t getAudioMixPort_l(const audio_port_v7* devicePort, audio_port_v7* mixPort) final
DIAfPatchPanel.h309 virtual status_t getAudioMixPort_l(
DPatchPanel.cpp484 status_t PatchPanel::getAudioMixPort_l(const audio_port_v7 *devicePort, in getAudioMixPort_l() function in android::PatchPanel
DAudioFlinger.cpp4977 return mPatchPanel->getAudioMixPort_l(devicePort, mixPort); in getAudioMixPort()