Searched refs:pa_idxset_get_by_data (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | idxset.h | 67 void* pa_idxset_get_by_data(pa_idxset*s, const void *p, uint32_t *idx);
|
D | pstream.c | 372 if (pa_idxset_get_by_data(p->registered_memfd_ids, PA_UINT32_TO_PTR(shm_id), NULL)) { in pa_pstream_attach_memfd_shmid() 676 … if (pa_idxset_get_by_data(p->registered_memfd_ids, PA_UINT32_TO_PTR(shm_id), NULL)) { in prepare_next_write_item() 1037 !pa_idxset_get_by_data(p->registered_memfd_ids, PA_UINT32_TO_PTR(shm_id), NULL)) { in do_read()
|
D | idxset.c | 244 void* pa_idxset_get_by_data(pa_idxset*s, const void *p, uint32_t *idx) { in pa_idxset_get_by_data() function
|
D | protocol-dbus.c | 1056 …&& (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/ |
D | module-alsa-card.c | 218 pa_idxset_get_by_data(nd->profile->output_mappings, am, NULL)) in card_set_profile() 233 pa_idxset_get_by_data(nd->profile->input_mappings, am, NULL)) in card_set_profile()
|
D | alsa-mixer.c | 4956 … if (next && next->output_mappings && pa_idxset_get_by_data(next->output_mappings, m, NULL)) in profile_finalize_probing() 4975 … if (next && next->input_mappings && pa_idxset_get_by_data(next->input_mappings, m, NULL)) in profile_finalize_probing()
|