Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/dbus/
H A Dipc_handler_dbus.cc39 base::Thread::Options thread_options; in Run() local
40 btbase::set_message_loop_type_IO(thread_options); in Run()
41 dbus_thread_->StartWithOptions(thread_options); in Run()