Searched refs:workerThread (Results 1 – 3 of 3) sorted by relevance
29 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
33 mWorker = std::thread(&StreamWorker::workerThread, this); in start()86 void workerThread() { in workerThread() function
77 void workerThread();