Searched defs:WorkerImpl (Results 1 – 3 of 3) sorted by relevance
51 class WorkerImpl : public Worker, public LifetimeTracker { class53 explicit WorkerImpl(Scheduler* scheduler) : scheduler_(scheduler) {} in WorkerImpl() function in fcp::__anona80fa5e90111::WorkerImpl
29 explicit WorkerImpl( in WorkerImpl() function
264 using WorkerImpl = ::android::hardware::audio::common::StreamWorker<WorkerLogic>; variable