Searched defs:TimeCheck (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
H A DTimeCheck.cpp18 #include <media/TimeCheck.h>
23 sp<TimeCheck::TimeCheckThread> TimeCheck::getTimeCheckThread()
25 static sp<TimeCheck::TimeCheckThread> sTimeCheckThread = new TimeCheck::TimeCheckThread();
29 TimeCheck::TimeCheck(const char *tag, uint32_t timeoutMs) function in class:android::TimeCheck
34 TimeCheck::~TimeCheck() {
38 TimeCheck
[all...]
/frameworks/av/include/media/
H A DTimeCheck.h30 class TimeCheck { class in namespace:android
36 TimeCheck(const char *tag, uint32_t timeoutMs = kDefaultTimeOutMs);
37 ~TimeCheck();
/frameworks/av/media/libmedia/include/media/
H A DTimeCheck.h30 class TimeCheck { class in namespace:android
36 TimeCheck(const char *tag, uint32_t timeoutMs = kDefaultTimeOutMs);
37 ~TimeCheck();

Completed in 97 milliseconds