Searched refs:Timer (Results 1 – 17 of 17) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/async/ |
D | DefaultLooper.h | 101 class Timer : public Looper::Timer { 103 Timer(DefaultLooper* looper, 110 ~Timer() override; 137 void addTimer(Timer* timer); 139 void delTimer(Timer* timer); 141 void enableTimer(Timer* timer); 143 void disableTimer(Timer* timer); 145 void addPendingTimer(Timer* timer); 147 void delPendingTimer(Timer* timer); 149 Looper::Timer* createTimer(Looper::Timer::Callback callback, [all …]
|
D | Looper.h | 102 class Timer { 105 typedef void (*Callback)(void* opaque, Timer* timer); 107 virtual ~Timer(); 131 Timer(Looper* looper, Callback callback, void* opaque, 141 virtual Timer* createTimer(Timer::Callback callback, void* opaque,
|
D | RecurrentTask.h | 111 static void taskCallback(void* opaqueThis, Looper::Timer* timer) { in taskCallback() 153 const std::unique_ptr<Looper::Timer> mTimer;
|
/hardware/google/gfxstream/host/testlibs/ |
D | Timer.h | 10 class Timer 13 virtual ~Timer() {} in ~Timer() 19 Timer *CreateTimer();
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Timer.h | 3 class Timer { 5 Timer() { start_time = steady_clock::now(); } in Timer() function 7 ~Timer() { stop_time = steady_clock::now(); } in ~Timer()
|
D | Demux.cpp | 124 Timer *timer, *fullBufferTimer; in frontendIptvInputThreadLoop() 141 timer = new Timer(); in frontendIptvInputThreadLoop() 174 fullBufferTimer = new Timer(); in frontendIptvInputThreadLoop()
|
/hardware/google/aemu/base/include/aemu/base/threads/internal/ |
D | ParallelTaskBase.h | 67 android::base::Looper::Timer* timer); 69 void tryWaitTillJoined(android::base::Looper::Timer* timer); 76 std::unique_ptr<android::base::Looper::Timer> mTimer;
|
D | ParallelTaskBase.cpp | 44 Looper::Timer* timer) { in tryWaitTillJoinedStatic() 48 void ParallelTaskBase::tryWaitTillJoined(Looper::Timer* timer) { in tryWaitTillJoined()
|
/hardware/st/nfc/1.0/hal/ |
D | halcore_private.h | 91 } Timer; typedef 101 Timer timer;
|
/hardware/st/nfc/st21nfc/hal/ |
D | halcore_private.h | 92 } Timer; typedef 102 Timer timer;
|
/hardware/google/gfxstream/host/testlibs/windows/ |
D | WindowsTimer.h | 16 class WindowsTimer : public Timer
|
D | WindowsTimer.cpp | 54 Timer *CreateTimer() in CreateTimer()
|
/hardware/interfaces/health/storage/impl_common/ |
D | impl_common.cpp | 25 using ::android::base::Timer; 70 Timer timer; in GarbageCollect()
|
/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.h | 51 Timer *mSetVisibleTimer;
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | FileNode.cc | 62 android::base::Timer t; in Update()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ITimeFilter.hal | 20 * Timer Filter is used by Demux to filter data based on time stamp.
|
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | AudioPrimaryHidlHalTest.cpp | 570 for (android::base::Timer elapsed; in waitForPresentationPositionAdvance() 586 for (android::base::Timer elapsed; in waitForPresentationPositionAdvance() 735 for (android::base::Timer elapsed; in waitForCapturePositionAdvance() 746 for (android::base::Timer elapsed; in waitForCapturePositionAdvance()
|