Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp913 std::vector <SoftwarePatch> swPatches; in notifyStreamOpened() local
914 getDownstreamSoftwarePatches(stream, &swPatches); in notifyStreamOpened()
915 if (swPatches.size() > 0) { in notifyStreamOpened()
916 auto iter = mPatches.find(swPatches[0].getPatchHandle()); in notifyStreamOpened()
DAudioFlinger.cpp1720 std::vector<SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l() local
1721 if (mPatchPanel->getDownstreamSoftwarePatches(upStream, &swPatches) != OK) return; in forwardParametersToDownstreamPatches_l()
1722 ALOGV_IF(!swPatches.empty(), "%s found %zu downstream patches for stream ID %d", in forwardParametersToDownstreamPatches_l()
1723 __func__, swPatches.size(), upStream); in forwardParametersToDownstreamPatches_l()
1724 for (const auto& swPatch : swPatches) { in forwardParametersToDownstreamPatches_l()
DThreads.cpp4072 std::vector<SoftwarePatch> swPatches; in threadLoop() local
4077 id(), &swPatches) == OK in threadLoop()
4078 && swPatches.size() > 0) { in threadLoop()
4079 status = swPatches[0].getLatencyMs_l(&latencyMs); in threadLoop()
4080 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()