Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/common/
DStreamWorker.cpp29 mWorker = std::thread(&ThreadController::workerThread, this); in start()
33 workerThread(); in start()
86 void ThreadController::workerThread() { in workerThread() function in android::hardware::audio::common::internal::ThreadController
/hardware/interfaces/audio/core/all-versions/vts/functional/
DStreamWorker.h33 mWorker = std::thread(&StreamWorker::workerThread, this); in start()
86 void workerThread() { in workerThread() function
/hardware/interfaces/audio/aidl/common/include/
DStreamWorker.h77 void workerThread();