HomeSort by relevance Sort by last modified time
    Searched refs:DiagThread (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/common_time/
diag_thread.h 28 class DiagThread : public Thread {
30 DiagThread(CommonClock* common_clock, LocalClock* local_clock);
31 ~DiagThread();
diag_thread.cpp 62 DiagThread::DiagThread(CommonClock* common_clock, LocalClock* local_clock) {
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::resetLogIDs()
    [all...]
clock_recovery.h 152 sp<DiagThread> diag_thread_;
clock_recovery.cpp 76 diag_thread_ = new DiagThread(common_clock_, local_clock_);

Completed in 63 milliseconds