Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
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;
71 std::vector<SoftwarePatch> *patches) const;
DPatchPanel.cpp87 status_t AudioFlinger::PatchPanel::SoftwarePatch::getLatencyMs_l(double *latencyMs) const in getLatencyMs_l()
760 std::vector<AudioFlinger::PatchPanel::SoftwarePatch> *patches) const in getDownstreamSoftwarePatches()
DAudioFlinger.cpp1438 std::vector<PatchPanel::SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l()
DThreads.cpp3352 std::vector<PatchPanel::SoftwarePatch> swPatches; in threadLoop()