Searched refs:swPatches (Results 1 – 3 of 3) sorted by relevance
913 std::vector <SoftwarePatch> swPatches; in notifyStreamOpened() local914 getDownstreamSoftwarePatches(stream, &swPatches); in notifyStreamOpened()915 if (swPatches.size() > 0) { in notifyStreamOpened()916 auto iter = mPatches.find(swPatches[0].getPatchHandle()); in notifyStreamOpened()
1720 std::vector<SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l() local1721 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()
4072 std::vector<SoftwarePatch> swPatches; in threadLoop() local4077 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()