/third_party/grpc/third_party/upb/upb/ |
D | decode_fast.h | 54 #define F(card, type, valbytes, tagbytes) \ argument 57 #define TYPES(card, tagbytes) \ argument 66 #define TAGBYTES(card) \ argument 81 #define F(card, tagbytes, type) \ argument 85 #define UTF8(card, tagbytes) \ argument 89 #define TAGBYTES(card) \ argument 102 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 105 #define SIZES(card, tagbytes) \ argument 112 #define TAGBYTES(card) \ argument
|
D | decode_fast.c | 256 upb_card card) { in fastdecode_getfield() 344 int valbytes, upb_card card, in fastdecode_unpackedvarint() 453 int valbytes, upb_card card, bool zigzag, in fastdecode_varint() 472 #define F(card, type, valbytes, tagbytes) \ argument 481 #define TYPES(card, tagbytes) \ argument 488 #define TAGBYTES(card) \ argument 606 int valbytes, upb_card card, in fastdecode_fixed() 620 #define F(card, valbytes, tagbytes) \ argument 628 #define TYPES(card, tagbytes) \ argument 632 #define TAGBYTES(card) \ argument [all …]
|
/third_party/alsa-utils/alsamixer/ |
D | card_select.c | 36 struct card { struct 37 struct card *next; argument 44 static struct card first_card; argument 53 struct card *card = item_userptr(item); in on_key_enter() local 83 struct card *card, *next_card; in close_card_select_list() local 112 struct card *card, *prev_card; in get_cards() local 161 struct card *card; in create_list_items() local
|
/third_party/alsa-lib/src/control/ |
D | cards.c | 61 static int snd_card_load1(int card) in snd_card_load1() 83 int snd_card_load(int card) in snd_card_load() 110 int card; in snd_card_next() local 142 int card, err; in snd_card_get_index() local 192 int snd_card_get_name(int card, char **name) in snd_card_get_name() 222 int snd_card_get_longname(int card, char **name) in snd_card_get_longname()
|
D | namehint.c | 40 int card; member 446 static int add_card(snd_config_t *config, snd_config_t *rw_config, struct hint_list *list, int card) in add_card() 514 static int get_card_name(struct hint_list *list, int card) in get_card_name() 582 int snd_device_name_hint(int card, const char *iface, void ***hints) in snd_device_name_hint()
|
D | control_hw.c | 52 int card; member 395 int snd_ctl_hw_open(snd_ctl_t **handle, const char *name, int card, int mode) in snd_ctl_hw_open() 494 long card = -1; in _snd_ctl_hw_open() local
|
/third_party/alsa-utils/alsactl/ |
D | daemon.c | 39 struct card { struct 40 int index; 41 int pfds; 42 snd_ctl_t *handle; 43 struct id_list whitelist; 44 struct id_list blacklist; 78 static void card_free(struct card **card) in card_free() 92 struct card *card, **cc; in add_card() local 141 int card = -1; in add_cards() local 217 static int check_lists(struct card *card, snd_ctl_elem_id_t *id) in check_lists() [all …]
|
D | alsactl.h | 14 int card; member
|
/third_party/pulseaudio/src/modules/ |
D | module-switch-on-port-available.c | 37 pa_card *card; member 49 static void card_info_new(struct userdata *u, pa_card *card) { in card_info_new() 66 pa_card *card; in profile_good_for_output() local 98 pa_card *card; in profile_good_for_input() local 202 pa_card *card; in find_port_pointers() local 358 static pa_card_profile *find_best_profile(pa_card *card) { in find_best_profile() 377 pa_card *card; in card_profile_available_hook_callback() local 396 pa_card *card; in handle_all_unavailable() local 454 static pa_hook_result_t card_put_hook_callback(pa_core *core, pa_card *card, struct userdata *u) { in card_put_hook_callback() 460 static pa_hook_result_t card_unlink_hook_callback(pa_core *core, pa_card *card, struct userdata *u)… in card_unlink_hook_callback() [all …]
|
D | module-card-restore.c | 147 static struct entry *entry_from_card(pa_card *card) { in entry_from_card() 378 static void show_full_info(pa_card *card) { in show_full_info() 387 static pa_hook_result_t card_put_hook_callback(pa_core *c, pa_card *card, struct userdata *u) { in card_put_hook_callback() 414 static void update_profile_for_port(struct entry *entry, pa_card *card, pa_device_port *p) { in update_profile_for_port() 432 static pa_hook_result_t card_profile_changed_callback(pa_core *c, pa_card *card, struct userdata *u… in card_profile_changed_callback() 487 pa_card *card; in port_offset_change_callback() local 556 static pa_hook_result_t card_choose_initial_profile_callback(pa_core *core, pa_card *card, struct u… in card_choose_initial_profile_callback() 594 pa_card *card; in card_preferred_port_changed_callback() local
|
D | udev-util.c | 168 struct udev_device *card = NULL; in pa_udev_get_info() local 269 struct udev_device *card = NULL; in pa_udev_get_property() local
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluetooth-policy.c | 144 static void card_set_profile(struct userdata *u, pa_card *card, bool revert_to_a2dp) in card_set_profile() 179 static void switch_profile(pa_card *card, bool revert_to_a2dp, void *userdata) { in switch_profile() 257 pa_card *card; in switch_profile_all() local 292 static pa_hook_result_t card_init_profile_hook_callback(pa_core *c, pa_card *card, void *userdata) { in card_init_profile_hook_callback() 320 static pa_hook_result_t card_unlink_hook_callback(pa_core *c, pa_card *card, void *userdata) { in card_unlink_hook_callback() 327 static pa_card_profile *find_best_profile(pa_card *card) { in find_best_profile() 346 pa_card *card; in profile_available_hook_callback() local 393 pa_card *card; in handle_all_profiles() local
|
D | backend-ofono.c | 103 static DBusMessage *card_send(struct hf_audio_card *card, const char *method, DBusError *err) in card_send() 115 static int card_connect(struct hf_audio_card *card) { in card_connect() 142 static int card_acquire(struct hf_audio_card *card) { in card_acquire() 187 …ce_unlink_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, struct hf_audio_card *card) { in device_unlink_cb() 197 struct hf_audio_card *card = pa_xnew0(struct hf_audio_card, 1); in hf_audio_card_new() local 210 static void hf_audio_card_free(struct hf_audio_card *card) { in hf_audio_card_free() 255 struct hf_audio_card *card = t->userdata; in hf_audio_agent_transport_acquire() local 286 struct hf_audio_card *card = t->userdata; in hf_audio_agent_transport_release() local 304 struct hf_audio_card *card; in hf_audio_agent_card_found() local 369 struct hf_audio_card *card; in hf_audio_agent_card_removed() local [all …]
|
/third_party/alsa-lib/src/ |
D | confmisc.c | 626 static int open_ctl(long card, snd_ctl_t **ctl) in open_ctl() 752 int snd_determine_driver(int card, char **driver) in snd_determine_driver() 807 long card; in snd_func_private_card_driver() local 836 int card, err; in parse_card() local 881 int card, err; in snd_func_card_inum() local 916 int card, err; in snd_func_card_driver() local 955 int card, err; in snd_func_card_id() local 1006 int card, err; in snd_func_card_name() local 1062 long card, device, subdevice = 0; in snd_func_pcm_id() local 1146 int card = -1, dev; in snd_func_pcm_args_by_class() local
|
/third_party/alsa-lib/src/hwdep/ |
D | hwdep_hw.c | 106 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, int mode) in snd_hwdep_hw_open() 153 long card = -1, device = 0; in _snd_hwdep_hw_open() local
|
/third_party/alsa-utils/alsaucm/ |
D | usecase.h | 23 char *card; member
|
/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/ |
D | tinyalsasink.h | 43 int card; member
|
/third_party/alsa-utils/amidi/ |
D | amidi.c | 111 static void list_device(snd_ctl_t *ctl, int card, int device) in list_device() 172 static void list_card_devices(int card) in list_card_devices() 199 int card, err; in device_list() local
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_hw.c | 44 int card, device, subdevice; member 290 const char *name, int card, int device, int subdevice, in snd_rawmidi_hw_open() 447 long card = -1, device = 0, subdevice = -1; in _snd_rawmidi_hw_open() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | card.c | 192 void pa_card_choose_initial_profile(pa_card *card) { in pa_card_choose_initial_profile() 229 void pa_card_put(pa_card *card) { in pa_card_put()
|
D | card.h | 38 pa_card *card; member 112 pa_card *card; member
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprovider.c | 46 snd_pcm_stream_t stream, gint card, gint dev) in add_device() 102 int card, dev; in gst_alsa_device_provider_probe() local
|
/third_party/alsa-lib/src/timer/ |
D | timer_hw.c | 220 …(snd_timer_t **handle, const char *name, int dev_class, int dev_sclass, int card, int device, int … in snd_timer_hw_open() 290 long card = 0, device = 0, subdevice = 0; in _snd_timer_hw_open() local
|
/third_party/alsa-lib/src/ucm/ |
D | utils.c | 80 struct ctl_list *uc_mgr_get_ctl_by_card(snd_use_case_mgr_t *uc_mgr, int card) in uc_mgr_get_ctl_by_card() 98 int idx2, card; in uc_mgr_get_ctl_by_name() local 199 snd_ctl_t *ctl, int card, in uc_mgr_ctl_add() 269 int err, card, ucm_group, ucm_offset; in uc_mgr_open_ctl() local
|
/third_party/alsa-lib/test/ |
D | timer.c | 75 int card = 0; in main() local
|