Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c316 char *property_sig; /* The signature of the new value in the received .Set message. */ member
341 if (pa_streq(call_info->property_sig, call_info->expected_property_sig)) in find_handler_by_property()
434 … pa_assert_se(call_info->property_sig = dbus_message_iter_get_signature(&call_info->variant_iter)); 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()
497 call_info.property_sig = NULL; in handle_message_cb()
584 … call_info.property, call_info.property_sig, call_info.expected_property_sig); in handle_message_cb()
592 if (call_info.property_sig) in handle_message_cb()
593 dbus_free(call_info.property_sig); in handle_message_cb()