Home
last modified time | relevance | path

Searched refs:expected_property_sig (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.c315 const char *expected_property_sig; /* Property signature from the introspection data. */ member
339 call_info->expected_property_sig = call_info->property_handler->type; in find_handler_by_property()
341 if (pa_streq(call_info->property_sig, call_info->expected_property_sig)) in find_handler_by_property()
442 call_info->expected_property_sig = call_info->property_handler->type; in find_handler_from_properties_call()
444 if (pa_streq(call_info->property_sig, call_info->expected_property_sig)) in find_handler_from_properties_call()
584 call_info.property, call_info.property_sig, call_info.expected_property_sig); in handle_message_cb()

Completed in 2 milliseconds