OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagThread
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/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
153
sp<
DiagThread
> diag_thread_;
clock_recovery.cpp
75
diag_thread_ = new
DiagThread
(common_clock_, local_clock_);
Completed in 155 milliseconds