Home
last modified time | relevance | path

Searched refs:shutting_down_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/common/
Dmessage_loop_thread.cc39 shutting_down_(false) {} in MessageLoopThread()
94 if (shutting_down_) { in ShutDown()
98 shutting_down_ = true; in ShutDown()
114 shutting_down_ = false; in ShutDown()
Dmessage_loop_thread.h199 bool shutting_down_; variable