Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
DTimerThread-test.cpp57 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testBasic()
75 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testCancel()
96 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testCancelAfterRun()
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h88 static inline bool isTimeoutHandle(Handle handle) { in isTimeoutHandle() function