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;71 std::vector<SoftwarePatch> *patches) const;
87 status_t AudioFlinger::PatchPanel::SoftwarePatch::getLatencyMs_l(double *latencyMs) const in getLatencyMs_l()760 std::vector<AudioFlinger::PatchPanel::SoftwarePatch> *patches) const in getDownstreamSoftwarePatches()
1438 std::vector<PatchPanel::SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l()
3352 std::vector<PatchPanel::SoftwarePatch> swPatches; in threadLoop()