Searched refs:SoftwarePatch (Results 1 – 4 of 4) sorted by relevance
26 class SoftwarePatch {28 SoftwarePatch(const PatchPanel &patchPanel, audio_patch_handle_t patchHandle, in SoftwarePatch() function33 SoftwarePatch(const SoftwarePatch&) = default;34 SoftwarePatch& operator=(const SoftwarePatch&) = default;72 std::vector<SoftwarePatch> *patches) const;
97 status_t AudioFlinger::PatchPanel::SoftwarePatch::getLatencyMs_l(double *latencyMs) const in getLatencyMs_l()793 std::vector<AudioFlinger::PatchPanel::SoftwarePatch> *patches) const in getDownstreamSoftwarePatches()821 std::vector <SoftwarePatch> swPatches; in notifyStreamOpened()
1474 std::vector<PatchPanel::SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l()
3726 std::vector<PatchPanel::SoftwarePatch> swPatches; in threadLoop()