Searched defs:IPCHandlerLinux (Results 1 - 3 of 3) sorted by relevance

/system/bt/service/test/
H A Dstub_ipc_handler_linux.cc19 // TODO(keybuk): This is a crappy workaround to link IPCHandlerLinux into
25 IPCHandlerLinux::IPCHandlerLinux(bluetooth::Adapter* adapter, function in class:ipc::IPCHandlerLinux
29 thread_("IPCHandlerLinux"),
34 IPCHandlerLinux::~IPCHandlerLinux() {
38 bool IPCHandlerLinux::Run() {
43 void IPCHandlerLinux::Stop() {
47 void IPCHandlerLinux::StartListeningOnThread() {
51 void IPCHandlerLinux
[all...]
/system/bt/service/ipc/
H A Dipc_handler_linux.cc31 IPCHandlerLinux::IPCHandlerLinux(bluetooth::Adapter* adapter, function in class:ipc::IPCHandlerLinux
35 thread_("IPCHandlerLinux"),
38 IPCHandlerLinux::~IPCHandlerLinux() {
44 bool IPCHandlerLinux::Run() {
107 LOG(ERROR) << "Failed to start IPCHandlerLinux thread";
113 FROM_HERE, base::Bind(&IPCHandlerLinux::StartListeningOnThread, this));
118 void IPCHandlerLinux::Stop() {
135 void IPCHandlerLinux
[all...]
H A Dipc_handler_linux.h36 class IPCHandlerLinux : public IPCHandler { class in namespace:ipc
38 IPCHandlerLinux(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
39 ~IPCHandlerLinux() override;
46 IPCHandlerLinux() = default;
86 DISALLOW_COPY_AND_ASSIGN(IPCHandlerLinux);

Completed in 121 milliseconds