Searched refs:BLUEZ_SERVICE (Results 1 – 8 of 8) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_bt_manager.c | 272 dbus_message_new_method_call(BLUEZ_SERVICE, "/", in cras_bt_get_managed_objects() 465 "arg0='" BLUEZ_SERVICE "'", in cras_bt_start() 472 "sender='" BLUEZ_SERVICE "'," in cras_bt_start() 481 "sender='" BLUEZ_SERVICE "'," in cras_bt_start() 490 "sender='" BLUEZ_SERVICE "'," in cras_bt_start() 540 "arg0='" BLUEZ_SERVICE "'", in cras_bt_stop() 544 "sender='" BLUEZ_SERVICE "'," in cras_bt_stop() 550 "sender='" BLUEZ_SERVICE "'," in cras_bt_stop() 556 "sender='" BLUEZ_SERVICE "'," in cras_bt_stop()
|
D | cras_bt_transport.c | 378 dbus_message_new_method_call(BLUEZ_SERVICE, in cras_bt_transport_set_volume() 426 BLUEZ_SERVICE, transport->object_path, in cras_bt_transport_acquire() 483 BLUEZ_SERVICE, transport->object_path, in cras_bt_transport_try_acquire() 568 BLUEZ_SERVICE, transport->object_path, in cras_bt_transport_release()
|
D | cras_bt_constants.h | 9 #define BLUEZ_SERVICE "org.chromium.Bluetooth" macro
|
D | cras_bt_player.c | 46 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, adapter_path, in cras_bt_add_player()
|
D | cras_bt_endpoint.c | 352 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, adapter_path, in cras_bt_register_endpoint() 471 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, adapter_path, in cras_bt_unregister_endpoint()
|
D | cras_bt_adapter.c | 357 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, in cras_bt_adapter_get_supported_capabilities()
|
D | cras_bt_profile.c | 284 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, in cras_bt_register_profile()
|
D | cras_bt_device.c | 209 dbus_message_new_method_call(BLUEZ_SERVICE, device->object_path, in cras_bt_device_connect_profile() 247 dbus_message_new_method_call(BLUEZ_SERVICE, device->object_path, in cras_bt_device_disconnect()
|