Searched refs:WorkerThread (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
D | WorkerThread.h | 30 class WorkerThread final { 34 explicit WorkerThread(size_t maxQueueSize); 38 ~WorkerThread(); 41 WorkerThread(const WorkerThread&) = delete; 42 WorkerThread& operator=(const WorkerThread&) = delete; 45 WorkerThread(WorkerThread&&) = delete; 46 WorkerThread& operator=(WorkerThread&&) = delete;
|
D | Session.h | 48 FakeFingerprintEngine* engine, WorkerThread* worker); 114 WorkerThread* mWorker;
|
D | Fingerprint.h | 39 WorkerThread mWorker;
|
/hardware/interfaces/broadcastradio/common/utils/ |
D | WorkerThread.cpp | 30 bool operator<(const WorkerThread::Task& lhs, const WorkerThread::Task& rhs) { in operator <() 34 WorkerThread::WorkerThread() : mIsTerminating(false), mThread(&WorkerThread::threadLoop, this) {} in WorkerThread() function in android::WorkerThread 36 WorkerThread::~WorkerThread() { in ~WorkerThread() 45 void WorkerThread::schedule(function<void()> task, milliseconds delay) { in schedule() 53 void WorkerThread::cancelAll() { in cancelAll() 58 void WorkerThread::threadLoop() { in threadLoop()
|
D | Android.bp | 36 "WorkerThread.cpp",
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | WorkerThread.cpp | 23 WorkerThread::WorkerThread(size_t maxQueueSize) in WorkerThread() function in aidl::android::hardware::biometrics::fingerprint::WorkerThread 29 mThread(&WorkerThread::threadFunc, this) {} in WorkerThread() 31 WorkerThread::~WorkerThread() { in ~WorkerThread() 39 bool WorkerThread::schedule(std::unique_ptr<Callable> task) { in schedule() 54 void WorkerThread::threadFunc() { in threadFunc()
|
D | Android.bp | 21 "WorkerThread.cpp", 37 "WorkerThread.cpp",
|
D | Session.cpp | 26 FakeFingerprintEngine* engine, WorkerThread* worker) in Session()
|
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/ |
D | WorkerThread.h | 25 class WorkerThread { 27 WorkerThread(); 28 virtual ~WorkerThread();
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | WorkerThread_test.cpp | 24 using android::WorkerThread; 42 WorkerThread thread; in TEST() 62 WorkerThread thread; in TEST() 78 WorkerThread thread; in TEST() 125 WorkerThread thread; in TEST()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/ |
D | WorkerThreadTest.cpp | 29 using aidl::android::hardware::biometrics::fingerprint::WorkerThread; 33 WorkerThread worker(1 /*maxQueueSize*/); in TEST() 48 WorkerThread worker(2 /*maxQueueSize*/); in TEST() 74 WorkerThread worker(NUM_TASKS); in TEST() 112 WorkerThread worker(2 /*maxQueueSize*/); in TEST()
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.h | 57 WorkerThread mThread;
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.h | 58 WorkerThread mThread;
|