Searched defs:DiagThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/common_time/
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 Ddiag_thread.h28 class DiagThread : public Thread { class in namespace:android
30 DiagThread(CommonClock* common_clock, LocalClock* local_clock);
31 ~DiagThread();

Completed in 61 milliseconds