Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c313 const char *property_interface; /* The interface argument of a property call is stored here. */ member
382 DBUS_TYPE_STRING, &call_info->property_interface, in find_handler_from_properties_call()
385 if (*call_info->property_interface) { in find_handler_from_properties_call()
386 …fo->iface_entry = pa_hashmap_get(call_info->obj_entry->interfaces, call_info->property_interface))) in find_handler_from_properties_call()
402 DBUS_TYPE_STRING, &call_info->property_interface, in find_handler_from_properties_call()
406 if (*call_info->property_interface) { in find_handler_from_properties_call()
407 …fo->iface_entry = pa_hashmap_get(call_info->obj_entry->interfaces, call_info->property_interface))) in find_handler_from_properties_call()
427 dbus_message_iter_get_basic(&msg_iter, &call_info->property_interface); in find_handler_from_properties_call()
436 if (*call_info->property_interface) { in find_handler_from_properties_call()
437 …fo->iface_entry = pa_hashmap_get(call_info->obj_entry->interfaces, call_info->property_interface))) in find_handler_from_properties_call()
[all …]