Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dipc_manager.cc36 if (LinuxStarted()) linux_handler_->Stop(); in ~IPCManager()
48 linux_handler_ = new IPCHandlerLinux(adapter_, delegate); in Start()
49 if (!linux_handler_->Run()) { in Start()
50 linux_handler_ = nullptr; in Start()
92 bool IPCManager::LinuxStarted() const { return linux_handler_.get(); } in LinuxStarted()
Dipc_manager.h93 scoped_refptr<IPCHandler> linux_handler_; variable