HomeSort by relevance Sort by last modified time
    Searched refs:dbus_thread_ (Results 1 - 2 of 2) sorted by null

  /system/bt/service/ipc/dbus/
ipc_handler_dbus.cc 38 dbus_thread_ = new base::Thread("D-Bus Thread");
41 dbus_thread_->StartWithOptions(thread_options);
43 dbus_thread_->task_runner()->PostTask(
65 void IPCHandlerDBus::Stop() { dbus_thread_->Stop(); }
ipc_handler_dbus.h 41 base::Thread* dbus_thread_; member in class:ipc::IPCHandlerDBus

Completed in 132 milliseconds