Searched refs:DiagThread (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/common_time/
H A Ddiag_thread.h28 class DiagThread : public Thread { class in namespace:android
30 DiagThread(CommonClock* common_clock, LocalClock* local_clock);
31 ~DiagThread();
H A Ddiag_thread.cpp62 DiagThread::DiagThread(CommonClock* common_clock, LocalClock* local_clock) { function in class:android::DiagThread
71 DiagThread::~DiagThread() {
74 status_t DiagThread::startWorkThread() {
85 void DiagThread::stopWorkThread() {
92 bool DiagThread::openListenSocket() {
130 void DiagThread::cleanupListenSocket() {
145 void DiagThread::cleanupDataSocket() {
160 void DiagThread
[all...]
H A Dclock_recovery.h153 sp<DiagThread> diag_thread_;
H A Dclock_recovery.cpp75 diag_thread_ = new DiagThread(common_clock_, local_clock_);

Completed in 45 milliseconds