Searched refs:props_i (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-ofono.c | 371 static void hf_audio_agent_card_found(pa_bluetooth_backend *backend, const char *path, DBusMessageIter *props_i) { in hf_audio_agent_card_found() argument 380 pa_assert(props_i); in hf_audio_agent_card_found() 386 while (dbus_message_iter_get_arg_type(props_i) != DBUS_TYPE_INVALID) { in hf_audio_agent_card_found() 389 dbus_message_iter_recurse(props_i, &i); in hf_audio_agent_card_found() 415 dbus_message_iter_next(props_i); in hf_audio_agent_card_found() 458 DBusMessageIter i, array_i, struct_i, props_i; in hf_audio_agent_get_cards_reply() local 483 dbus_message_iter_recurse(&struct_i, &props_i); in hf_audio_agent_get_cards_reply() 485 hf_audio_agent_card_found(backend, path, &props_i); in hf_audio_agent_get_cards_reply() 623 DBusMessageIter arg_i, props_i; in filter_cb() local 635 dbus_message_iter_recurse(&arg_i, &props_i); in filter_cb() [all...] |
Completed in 2 milliseconds