Home
last modified time | relevance | path

Searched defs:WorkerThread (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/base/
DWorkerThread_unittest.cpp24 TEST(WorkerThread, TheReturnedFutureFromEnqueueShouldBeReadyWhenTheWorkerStops) { in TEST() argument
33 TEST(WorkerThread, TheReturnedFutureFromEnqueueShouldBeReadyBeforeTheWorkerStarts) { in TEST() argument
/hardware/interfaces/biometrics/common/thread/
DWorkerThread.cpp23 WorkerThread::WorkerThread(size_t maxQueueSize) in WorkerThread() function in aidl::android::hardware::biometrics::WorkerThread
/hardware/interfaces/broadcastradio/common/utils/
DWorkerThread.cpp33 WorkerThread::WorkerThread() : mIsTerminating(false) { in WorkerThread() function in android::WorkerThread
/hardware/google/aemu/base/include/aemu/base/threads/
DWorkerThread.h75 WorkerThread(Processor&& processor) in WorkerThread() function