Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
DTimerThread-test.cpp30 constexpr char REQUEST_START = '{'; variable
62 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testBasic()
64 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testBasic()
81 ASSERT_EQ(0ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancel()
83 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancel()
100 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancelAfterRun()
102 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancelAfterRun()
127 ASSERT_EQ(6ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
129 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
171 ASSERT_EQ(1ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
[all …]