Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h57 status_t getDownstreamSoftwarePatches(audio_io_handle_t stream,
DIAfPatchPanel.h286 virtual status_t getDownstreamSoftwarePatches(
DPatchPanel.cpp882 status_t PatchPanel::getDownstreamSoftwarePatches( in getDownstreamSoftwarePatches() function in android::PatchPanel
914 getDownstreamSoftwarePatches(stream, &swPatches); in notifyStreamOpened()
DAudioFlinger.cpp1721 if (mPatchPanel->getDownstreamSoftwarePatches(upStream, &swPatches) != OK) return; in forwardParametersToDownstreamPatches_l()
DThreads.cpp4076 if (mAfThreadCallback->getPatchPanel()->getDownstreamSoftwarePatches( in threadLoop()