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

  /frameworks/base/services/common_time/
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...]
diag_thread.h 28 class DiagThread : public Thread {
30 DiagThread(CommonClock* common_clock, LocalClock* local_clock);
31 ~DiagThread();

Completed in 34 milliseconds