Home
last modified time | relevance | path

Searched refs:retiredToString (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/utils/tests/
DTimerThread-test.cpp64 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testBasic()
83 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancel()
102 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancelAfterRun()
129 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
174 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
183 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
194 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
235 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
243 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
251 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
[all …]
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h183 std::string retiredToString(size_t n = SIZE_MAX) const;
/frameworks/av/media/utils/
DTimerThread.cpp253 std::string TimerThread::retiredToString(size_t n) const { in retiredToString() function in android::mediautils::TimerThread