Searched refs:MonitorThread (Results 1 – 2 of 2) sorted by relevance
323 TimerThread::MonitorThread::MonitorThread(RequestQueue& timeoutQueue) in MonitorThread() function in android::mediautils::TimerThread::MonitorThread330 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()
325 class MonitorThread {363 MonitorThread(RequestQueue &timeoutQueue);364 ~MonitorThread();390 MonitorThread mMonitorThread{mTimeoutQueue}; // This should be initialized last because