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