Searched refs:schedule (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/broadcastradio/common/tests/ |
D | WorkerThread_test.cpp | 45 thread.schedule( in TEST() 64 thread.schedule([&]() { executed2 = true; }, 100ms); in TEST() 65 thread.schedule([&]() { executed1 = true; }, 25ms); in TEST() 80 thread.schedule( in TEST() 87 thread.schedule( in TEST() 94 thread.schedule( in TEST() 101 thread.schedule( in TEST() 108 thread.schedule( in TEST() 127 thread.schedule([&]() { executed2 = true; }, 100ms); in TEST() 128 thread.schedule([&]() { executed1 = true; }, 25ms); in TEST()
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 115 mThread.schedule(task, delay::tune); in tune() 137 mThread.schedule(task, delay::seek); in scan() 169 mThread.schedule(task, delay::seek); in scan() 209 mThread.schedule(task, delay::step); in step() 254 mThread.schedule(task, delay::list); in startProgramListUpdates()
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 120 mThread.schedule(task, gDefaultDelay.config); in setConfiguration() 194 mThread.schedule(task, gDefaultDelay.scan); in scan() 226 mThread.schedule(task, gDefaultDelay.scan); in scan() 267 mThread.schedule(task, gDefaultDelay.step); in step() 314 mThread.schedule(task, gDefaultDelay.tune); in tuneByProgramSelector()
|
/hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/ |
D | WorkerThread.h | 30 void schedule(std::function<void()> task, std::chrono::milliseconds delay);
|
/hardware/interfaces/broadcastradio/common/utils/ |
D | WorkerThread.cpp | 45 void WorkerThread::schedule(function<void()> task, milliseconds delay) { in schedule() function in android::WorkerThread
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiNanIfaceEventCallback.hal | 40 * Asynchronous callback indicating a data-path (NDP) schedule has been updated (e.g. channels
|
D | types.hal | 100 * Note: multiple NDPs may share the same schedule, the indication specifies all NDPs to which it
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssCallback.hal | 31 * minInterval and will call start() and stop() to schedule the GNSS.
|