Home
last modified time | relevance | path

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

/system/bt/service/ipc/dbus/
Dipc_handler_dbus.cc39 base::Thread::Options thread_options; in Run() local
40 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in Run()
41 dbus_thread_->StartWithOptions(thread_options); in Run()