Home
last modified time | relevance | path

Searched refs:SoftwarePatch (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.h26 class SoftwarePatch {
28 SoftwarePatch(const PatchPanel &patchPanel, audio_patch_handle_t patchHandle, in SoftwarePatch() function
33 SoftwarePatch(const SoftwarePatch&) = default;
34 SoftwarePatch& operator=(const SoftwarePatch&) = default;
72 std::vector<SoftwarePatch> *patches) const;
H A DPatchPanel.cpp97 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()
H A DAudioFlinger.cpp1474 std::vector<PatchPanel::SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l()
H A DThreads.cpp3726 std::vector<PatchPanel::SoftwarePatch> swPatches; in threadLoop()