Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DTimerThread.cpp323 TimerThread::MonitorThread::MonitorThread(RequestQueue& timeoutQueue) in MonitorThread() function in android::mediautils::TimerThread::MonitorThread
330 TimerThread::MonitorThread::~MonitorThread() { in ~MonitorThread()
339 void TimerThread::MonitorThread::threadFunc() { in threadFunc()
422 TimerThread::Handle TimerThread::MonitorThread::add( in add()
432 std::shared_ptr<const TimerThread::Request> TimerThread::MonitorThread::remove(Handle handle) { in remove()
459 void TimerThread::MonitorThread::copyRequests( in copyRequests()
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h325 class MonitorThread {
363 MonitorThread(RequestQueue &timeoutQueue);
364 ~MonitorThread();
390 MonitorThread mMonitorThread{mTimeoutQueue}; // This should be initialized last because