Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.h70 status_t getDownstreamSoftwarePatches(audio_io_handle_t stream,
DPatchPanel.cpp758 status_t AudioFlinger::PatchPanel::getDownstreamSoftwarePatches( in getDownstreamSoftwarePatches() function in android::AudioFlinger::PatchPanel
DAudioFlinger.cpp1439 if (mPatchPanel.getDownstreamSoftwarePatches(upStream, &swPatches) != OK) return; in forwardParametersToDownstreamPatches_l()
DThreads.cpp3356 if (mAudioFlinger->mPatchPanel.getDownstreamSoftwarePatches(id(), &swPatches) == OK in threadLoop()