Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c195 pa_dbus_property_handler *property_handler; in update_introspection() local
216 PA_HASHMAP_FOREACH(property_handler, iface_entry->property_handlers, handlers_state) in update_introspection()
218 property_handler->property_name, in update_introspection()
219 property_handler->type, in update_introspection()
220property_handler->get_cb ? (property_handler->set_cb ? "readwrite" : "read") : "write"); in update_introspection()
314 pa_dbus_property_handler *property_handler; member
334 …if ((call_info->property_handler = pa_hashmap_get(call_info->iface_entry->property_handlers, call_… in find_handler_by_property()
336 … return call_info->property_handler->get_cb ? FOUND_GET_PROPERTY : PROPERTY_ACCESS_DENIED; in find_handler_by_property()
339 call_info->expected_property_sig = call_info->property_handler->type; in find_handler_by_property()
342 … return call_info->property_handler->set_cb ? FOUND_SET_PROPERTY : PROPERTY_ACCESS_DENIED; in find_handler_by_property()
[all …]