Home
last modified time | relevance | path

Searched defs:WorkerThread (Results 1 – 5 of 5) 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
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp158 class WorkerThread { class
160 explicit WorkerThread() : mThread(&WorkerThread::main, this) {} in WorkerThread() function in gfxstream::vk::__anonf74761080111::WorkerThread