Home
last modified time | relevance | path

Searched refs:WorkerThread (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils/
DWorkerThread.cpp30 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()
DAndroid.bp27 "WorkerThread.cpp",
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/
DWorkerThread.h25 class WorkerThread {
27 WorkerThread();
28 virtual ~WorkerThread();
/hardware/interfaces/broadcastradio/common/tests/
DWorkerThread_test.cpp24 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/broadcastradio/2.0/default/
DTunerSession.h57 WorkerThread mThread;
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.h58 WorkerThread mThread;