Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h35 class SoftwarePatch {
37 SoftwarePatch( in SoftwarePatch() function
46 SoftwarePatch(const SoftwarePatch&) = default;
287 audio_io_handle_t stream, std::vector<SoftwarePatch>* patches) const = 0;
DPatchPanel.h58 std::vector<SoftwarePatch>* patches) const final;
DPatchPanel.cpp55 status_t SoftwarePatch::getLatencyMs_l(double* latencyMs) const { in getLatencyMs_l()
884 std::vector<SoftwarePatch>* patches) const in getDownstreamSoftwarePatches()
913 std::vector <SoftwarePatch> swPatches; in notifyStreamOpened()
DAudioFlinger.cpp1720 std::vector<SoftwarePatch> swPatches; in forwardParametersToDownstreamPatches_l()
DThreads.cpp4072 std::vector<SoftwarePatch> swPatches; in threadLoop()