Home
last modified time | relevance | path

Searched refs:getThreadloopExecutor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DIAfThread.h412 virtual audio_utils::DeferredExecutor& getThreadloopExecutor() = 0;
H A DThreads.h576 audio_utils::DeferredExecutor& getThreadloopExecutor() override { in getThreadloopExecutor() function
H A DTracks.cpp328 thread->getThreadloopExecutor().defer([weakTrack] { in deferRestartIfDisabled()