Searched refs:GetSystemBus (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Ddbus_thread_manager.cc114 dbus::Bus* DBusThreadManager::GetSystemBus() { function in class:chromeos::DBusThreadManager
274 GetBluetoothAdapterClient()->Init(GetSystemBus());
275 GetBluetoothAgentManagerClient()->Init(GetSystemBus());
276 GetBluetoothDeviceClient()->Init(GetSystemBus());
277 GetBluetoothGattCharacteristicClient()->Init(GetSystemBus());
278 GetBluetoothGattDescriptorClient()->Init(GetSystemBus());
279 GetBluetoothGattManagerClient()->Init(GetSystemBus());
280 GetBluetoothGattServiceClient()->Init(GetSystemBus());
281 GetBluetoothInputClient()->Init(GetSystemBus());
282 GetBluetoothProfileManagerClient()->Init(GetSystemBus());
[all...]
H A Ddbus_thread_manager.h112 dbus::Bus* GetSystemBus();
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.cc121 dbus::Bus* bus = DBusThreadManager::Get()->GetSystemBus();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc240 dbus::Bus* system_bus = DBusThreadManager::Get()->GetSystemBus();
H A Dbluetooth_adapter_chromeos.cc86 dbus::Bus* system_bus = DBusThreadManager::Get()->GetSystemBus();
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_manager.cc458 return chromeos::DBusThreadManager::Get()->GetSystemBus();

Completed in 149 milliseconds