Searched refs:swPatches (Results 1 – 2 of 2) sorted by relevance
1452 std::vector<PatchPanel::SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l() local1453 if (mPatchPanel.getDownstreamSoftwarePatches(upStream, &swPatches) != OK) return; in forwardParametersToDownstreamPatches_l()1454 ALOGV_IF(!swPatches.empty(), "%s found %zu downstream patches for stream ID %d", in forwardParametersToDownstreamPatches_l()1455 __func__, swPatches.size(), upStream); in forwardParametersToDownstreamPatches_l()1456 for (const auto& swPatch : swPatches) { in forwardParametersToDownstreamPatches_l()
3466 std::vector<PatchPanel::SoftwarePatch> swPatches; in threadLoop() local3470 if (mAudioFlinger->mPatchPanel.getDownstreamSoftwarePatches(id(), &swPatches) == OK in threadLoop()3471 && swPatches.size() > 0) { in threadLoop()3472 status = swPatches[0].getLatencyMs_l(&latencyMs); in threadLoop()3473 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()