Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/
H A Dipc_manager.h42 TYPE_DBUS // IPC based on the DBus enumerator
H A Dipc_manager.cc69 case TYPE_DBUS: in Start()
/aosp12/system/bt/service/
H A Ddaemon.cc121 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_DBUS, this)) { in SetUpIPC()