Home
last modified time | relevance | path

Searched refs:TimerThread (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/utils/tests/
DTimerThread-test.cpp53 TimerThread thread; in testBasic()
54 TimerThread::Handle handle = in testBasic()
55 thread.scheduleTask("Basic", [&taskRan](TimerThread::Handle) { in testBasic()
57 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testBasic()
71 TimerThread thread; in testCancel()
72 TimerThread::Handle handle = in testCancel()
73 thread.scheduleTask("Cancel", [&taskRan](TimerThread::Handle) { in testCancel()
75 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testCancel()
90 TimerThread thread; in testCancelAfterRun()
91 TimerThread::Handle handle = in testCancelAfterRun()
[all …]
DAndroid.bp209 "TimerThread-test.cpp",
/frameworks/av/media/utils/
DTimerThread.cpp38 TimerThread::Handle TimerThread::scheduleTask( in scheduleTask()
48 TimerThread::Handle TimerThread::trackTask(std::string_view tag) { in trackTask()
55 bool TimerThread::cancelTask(Handle handle) { in cancelTask()
63 std::string TimerThread::SnapshotAnalysis::toString(bool showTimeoutStack) const { in toString()
131 bool TimerThread::isRequestFromHal(const std::shared_ptr<const Request>& request) { in isRequestFromHal()
144 struct TimerThread::SnapshotAnalysis TimerThread::getSnapshotAnalysis(size_t retiredCount) const { in getSnapshotAnalysis()
231 std::vector<std::shared_ptr<const TimerThread::Request>> TimerThread::getPendingRequests() const { in getPendingRequests()
249 std::string TimerThread::pendingToString() const { in pendingToString()
253 std::string TimerThread::retiredToString(size_t n) const { in retiredToString()
261 std::string TimerThread::timeoutToString(size_t n) const { in timeoutToString()
[all …]
DTimeCheck.cpp146 TimerThread& TimeCheck::getTimeCheckThread() { in getTimeCheckThread()
147 static TimerThread sTimeCheckThread{}; in getTimeCheckThread()
171 [ timeCheckHandler = mTimeCheckHandler ](TimerThread::Handle timerHandle) { in __anon6842e7020102()
224 void TimeCheck::TimeCheckHandler::onCancel(TimerThread::Handle timerHandle) const in onCancel()
238 void TimeCheck::TimeCheckHandler::onTimeout(TimerThread::Handle timerHandle) const in onTimeout()
303 static constexpr pid_t invalidPid = TimerThread::SnapshotAnalysis::INVALID_PID; in onTimeout()
DAndroid.bp59 "TimerThread.cpp",
/frameworks/av/media/utils/include/mediautils/
DTimeCheck.h126 void onCancel(TimerThread::Handle handle) const;
127 void onTimeout(TimerThread::Handle handle) const;
135 static TimerThread& getTimeCheckThread();
142 const TimerThread::Handle mTimerHandle = TimerThread::INVALID_HANDLE;
DTimerThread.h39 class TimerThread {
/frameworks/base/config/
Dpreloaded-classes15699 java.util.TimerThread
Dboot-image-profile.txt28653 HSPLjava/util/TimerThread;-><init>(Ljava/util/TaskQueue;)V
28654 HSPLjava/util/TimerThread;->mainLoop()V
28655 HSPLjava/util/TimerThread;->run()V
48284 Ljava/util/TimerThread;