Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
DTimerThread-test.cpp62 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testBasic()
81 ASSERT_EQ(0ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancel()
100 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancelAfterRun()
173 ASSERT_EQ(4ul, countChars(thread.timeoutToString(), REQUEST_START)); in testMultipleTasks()
182 ASSERT_EQ(4ul, countChars(thread.timeoutToString(), REQUEST_START)); in testMultipleTasks()
193 ASSERT_EQ(5ul, countChars(thread.timeoutToString(), REQUEST_START)); in testMultipleTasks()
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h195 std::string timeoutToString(size_t n = SIZE_MAX) const;
/frameworks/av/media/utils/
DTimerThread.cpp261 std::string TimerThread::timeoutToString(size_t n) const { in timeoutToString() function in android::mediautils::TimerThread