Home
last modified time | relevance | path

Searched refs:stack_thread_ (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dstack.cc177 stack_thread_ = in Start()
179 stack_manager_.StartUp(modules, stack_thread_); in Start()
181 stack_handler_ = new os::Handler(stack_thread_); in Start()
219 stack_thread_->Stop(); in Stop()
220 delete stack_thread_; in Stop()
221 stack_thread_ = nullptr; in Stop()
Dstack.h73 os::Thread* stack_thread_ = nullptr; variable
/system/bt/gd/facade/
Dgrpc_root_server.cc125 stack_thread_ = new Thread("stack_thread", Thread::Priority::NORMAL); in StartStack()
126 stack_manager_.StartUp(&modules, stack_thread_); in StartStack()
150 delete stack_thread_; in StopStack()
156 Thread* stack_thread_ = nullptr; member in bluetooth::facade::__anond4fc1bae0111::RootFacadeService