Searched refs:BLUEZ_SERVICE (Results 1 – 9 of 9) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_bt_manager.c | 322 dbus_message_new_method_call(BLUEZ_SERVICE, "/", in cras_bt_get_managed_objects() 515 "arg0='" BLUEZ_SERVICE "'", in cras_bt_start() 522 "sender='" BLUEZ_SERVICE "'," in cras_bt_start() 531 "sender='" BLUEZ_SERVICE "'," in cras_bt_start() 540 "sender='" BLUEZ_SERVICE "'," in cras_bt_start() 590 "arg0='" BLUEZ_SERVICE "'", in cras_bt_stop() 594 "sender='" BLUEZ_SERVICE "'," in cras_bt_stop() 600 "sender='" BLUEZ_SERVICE "'," in cras_bt_stop() 606 "sender='" BLUEZ_SERVICE "'," in cras_bt_stop()
|
D | cras_bt_transport.c | 390 dbus_message_new_method_call(BLUEZ_SERVICE, in cras_bt_transport_set_volume() 438 BLUEZ_SERVICE, transport->object_path, in cras_bt_transport_acquire() 499 BLUEZ_SERVICE, transport->object_path, in cras_bt_transport_try_acquire() 584 BLUEZ_SERVICE, transport->object_path, in cras_bt_transport_release()
|
D | cras_bt_constants.h | 9 #define BLUEZ_SERVICE "org.bluez" macro
|
D | cras_bt_profile.c | 284 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, in cras_bt_register_profile() 373 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, in cras_bt_unregister_profile()
|
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_battery_provider.c | 280 BLUEZ_SERVICE, adapter_path, in cras_bt_register_battery_provider()
|
D | cras_bt_player.c | 47 method_call = dbus_message_new_method_call(BLUEZ_SERVICE, adapter_path, in cras_bt_add_player()
|
D | cras_bt_device.c | 225 dbus_message_new_method_call(BLUEZ_SERVICE, device->object_path, in cras_bt_device_connect_profile() 263 dbus_message_new_method_call(BLUEZ_SERVICE, device->object_path, in cras_bt_device_disconnect()
|