Searched refs:DiagThread (Results 1 – 4 of 4) sorted by relevance
62 DiagThread::DiagThread(CommonClock* common_clock, LocalClock* local_clock) { in DiagThread() function in android::DiagThread71 DiagThread::~DiagThread() { in ~DiagThread()74 status_t DiagThread::startWorkThread() { in startWorkThread()85 void DiagThread::stopWorkThread() { in stopWorkThread()92 bool DiagThread::openListenSocket() { in openListenSocket()130 void DiagThread::cleanupListenSocket() { in cleanupListenSocket()145 void DiagThread::cleanupDataSocket() { in cleanupDataSocket()160 void DiagThread::resetLogIDs() { in resetLogIDs()175 void DiagThread::pushDisciplineEvent(int64_t observed_local_time, in pushDisciplineEvent()201 bool DiagThread::threadLoop() { in threadLoop()
28 class DiagThread : public Thread {30 DiagThread(CommonClock* common_clock, LocalClock* local_clock);31 ~DiagThread();
153 sp<DiagThread> diag_thread_;
76 diag_thread_ = new DiagThread(common_clock_, local_clock_); in ClockRecoveryLoop()