Home
last modified time | relevance | path

Searched refs:Timer (Results 1 – 17 of 17) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/async/
DDefaultLooper.h101 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 …]
DLooper.h102 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,
DRecurrentTask.h111 static void taskCallback(void* opaqueThis, Looper::Timer* timer) { in taskCallback()
153 const std::unique_ptr<Looper::Timer> mTimer;
/hardware/google/gfxstream/host/testlibs/
DTimer.h10 class Timer
13 virtual ~Timer() {} in ~Timer()
19 Timer *CreateTimer();
/hardware/interfaces/tv/tuner/aidl/default/
DTimer.h3 class Timer {
5 Timer() { start_time = steady_clock::now(); } in Timer() function
7 ~Timer() { stop_time = steady_clock::now(); } in ~Timer()
DDemux.cpp124 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/
DParallelTaskBase.h67 android::base::Looper::Timer* timer);
69 void tryWaitTillJoined(android::base::Looper::Timer* timer);
76 std::unique_ptr<android::base::Looper::Timer> mTimer;
DParallelTaskBase.cpp44 Looper::Timer* timer) { in tryWaitTillJoinedStatic()
48 void ParallelTaskBase::tryWaitTillJoined(Looper::Timer* timer) { in tryWaitTillJoined()
/hardware/st/nfc/1.0/hal/
Dhalcore_private.h91 } Timer; typedef
101 Timer timer;
/hardware/st/nfc/st21nfc/hal/
Dhalcore_private.h92 } Timer; typedef
102 Timer timer;
/hardware/google/gfxstream/host/testlibs/windows/
DWindowsTimer.h16 class WindowsTimer : public Timer
DWindowsTimer.cpp54 Timer *CreateTimer() in CreateTimer()
/hardware/interfaces/health/storage/impl_common/
Dimpl_common.cpp25 using ::android::base::Timer;
70 Timer timer; in GarbageCollect()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.h51 Timer *mSetVisibleTimer;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DFileNode.cc62 android::base::Timer t; in Update()
/hardware/interfaces/tv/tuner/1.0/
DITimeFilter.hal20 * Timer Filter is used by Demux to filter data based on time stamp.
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DAudioPrimaryHidlHalTest.cpp570 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()