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

/system/bt/service/ipc/
H A Dipc_manager.cc34 if (LinuxStarted()) linux_handler_->Stop();
45 linux_handler_ = new IPCHandlerLinux(adapter_, delegate);
46 if (!linux_handler_->Run()) {
47 linux_handler_ = nullptr;
74 bool IPCManager::LinuxStarted() const { return linux_handler_.get(); }
H A Dipc_manager.h91 scoped_refptr<IPCHandler> linux_handler_; member in class:ipc::IPCManager

Completed in 42 milliseconds