Searched refs:object_path (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/cups/ |
D | main.c | 327 char *object_path = NULL; in remote_device_found() local 375 …if (dbus_message_get_args(reply, NULL, DBUS_TYPE_OBJECT_PATH, &object_path, DBUS_TYPE_INVALID) == … in remote_device_found() 379 id = device_get_ieee1284_id(adapter, object_path); in remote_device_found() 455 const char *object_path; in list_known_printers() local 459 dbus_message_iter_get_basic(&iter_array, &object_path); in list_known_printers() 460 if (device_is_printer(adapter, object_path, &name, &bdaddr)) { in list_known_printers() 463 id = device_get_ieee1284_id(adapter, object_path); in list_known_printers()
|
/external/bluetooth/bluez/audio/ |
D | telephony-maemo.c | 152 char *object_path; member 259 if (g_str_equal(call->object_path, path)) in find_call() 316 call->object_path, in release_call() 334 call->object_path, in answer_call() 352 call->object_path, in split_call() 1508 g_free(call->object_path); in csd_call_free() 1519 const char *object_path, *number; in parse_call_list() local 1531 DBUS_TYPE_OBJECT_PATH, &object_path, in parse_call_list() 1544 call = find_call(object_path); in parse_call_list() 1547 call->object_path = g_strdup(object_path); in parse_call_list() [all …]
|
/external/dbus/dbus/ |
D | dbus-message.h | 92 const char *object_path); 95 const char *object_path);
|
D | dbus-message.c | 2501 const char *object_path) in dbus_message_set_path() argument 2505 _dbus_return_val_if_fail (object_path == NULL || in dbus_message_set_path() 2506 _dbus_check_is_valid_path (object_path), in dbus_message_set_path() 2512 object_path); in dbus_message_set_path()
|
/external/dbus/ |
D | NEWS | 287 - dbus.service.Object has swapped the bus_name and object_path constructor
|
D | ChangeLog | 3613 and object_path parameters to better support inheritance. 8796 Added object_path iter functions to handle OBJECT_PATH arguments
|