Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Didxset.h67 void* pa_idxset_get_by_data(pa_idxset*s, const void *p, uint32_t *idx);
Dpstream.c373 if (pa_idxset_get_by_data(p->registered_memfd_ids, PA_UINT32_TO_PTR(shm_id), NULL)) { in pa_pstream_attach_memfd_shmid()
677 … if (pa_idxset_get_by_data(p->registered_memfd_ids, PA_UINT32_TO_PTR(shm_id), NULL)) { in prepare_next_write_item()
1040 !pa_idxset_get_by_data(p->registered_memfd_ids, PA_UINT32_TO_PTR(shm_id), NULL)) { in do_read()
Didxset.c244 void* pa_idxset_get_by_data(pa_idxset*s, const void *p, uint32_t *idx) { in pa_idxset_get_by_data() function
Dprotocol-dbus.c1056 …&& (pa_idxset_get_by_data(conn_entry->all_signals_objects, dbus_message_get_path(signal_msg), NULL) in pa_dbus_protocol_send_signal()
1061 … && (pa_idxset_get_by_data(signal_paths_entry->paths, dbus_message_get_path(signal_msg), NULL) in pa_dbus_protocol_send_signal()
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c227 pa_idxset_get_by_data(nd->profile->output_mappings, am, NULL)) in card_set_profile()
242 pa_idxset_get_by_data(nd->profile->input_mappings, am, NULL)) in card_set_profile()
Dalsa-mixer.c5027 … if (next && next->output_mappings && pa_idxset_get_by_data(next->output_mappings, m, NULL)) in profile_finalize_probing()
5046 … if (next && next->input_mappings && pa_idxset_get_by_data(next->input_mappings, m, NULL)) in profile_finalize_probing()