Searched refs:fdl (Results 1 - 4 of 4) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | tee.c | 49 struct fd_list *fdl; in tee_main() local 63 for (fdl = TT.outputs; fdl;fdl = fdl->next) in tee_main() 64 if (len != writeall(fdl->fd, toybuf, len)) toys.exitval = 1; in tee_main()
|
H A D | od.c | 77 union {float f; double d; long double ld;} fdl; in od_out_t() local 79 memcpy(&fdl, TT.buf+*offset, t->size); in od_out_t() 82 ld = fdl.f; in od_out_t() 85 ld = fdl.d; in od_out_t() 88 ld = fdl.ld; in od_out_t()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 108 pa_alsa_fdlist *fdl; member 390 void pa_alsa_fdlist_free(pa_alsa_fdlist *fdl); 391 int pa_alsa_fdlist_set_handle(pa_alsa_fdlist *fdl, snd_mixer_t *mixer_handle, snd_hctl_t *hctl_handle, pa_mainloop_api* m);
|
H A D | alsa-util.c | 1847 if (!pm->fdl) { in pa_alsa_mixer_set_fdlist() 1848 pm->fdl = pa_alsa_fdlist_new(); in pa_alsa_mixer_set_fdlist() 1849 if (pm->fdl) in pa_alsa_mixer_set_fdlist() 1850 pa_alsa_fdlist_set_handle(pm->fdl, pm->mixer_handle, NULL, ml); in pa_alsa_mixer_set_fdlist() 1857 if (mixer->fdl) in pa_alsa_mixer_free() 1858 pa_alsa_fdlist_free(mixer->fdl); in pa_alsa_mixer_free()
|
Completed in 5 milliseconds