Searched refs:diag_thread_ (Results 1 – 2 of 2) sorted by relevance
75 diag_thread_ = new DiagThread(common_clock_, local_clock_); in ClockRecoveryLoop()76 if (diag_thread_ != NULL) { in ClockRecoveryLoop()77 status_t res = diag_thread_->startWorkThread(); in ClockRecoveryLoop()87 diag_thread_->stopWorkThread(); in ~ClockRecoveryLoop()286 diag_thread_->pushDisciplineEvent( in pushDisciplineEvent()
153 sp<DiagThread> diag_thread_; variable