Home
last modified time | relevance | path

Searched refs:alsa_io (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_io.c130 struct alsa_io { struct
160 static void init_device_settings(struct alsa_io *aio); argument
253 struct alsa_io *aio = (struct alsa_io *)iodev; in set_hwparams()
283 struct alsa_io *aio = (struct alsa_io *)iodev; in frames_queued()
308 struct alsa_io *aio = (struct alsa_io *)iodev; in delay_frames()
323 struct alsa_io *aio = (struct alsa_io *)iodev; in close_dev()
345 struct alsa_io *aio = (struct alsa_io *)arg; in dummy_hotword_cb()
358 struct alsa_io *aio = (struct alsa_io *)iodev; in open_dev()
373 struct alsa_io *aio = (struct alsa_io *)iodev; in configure_dev()
465 static int has_handle(const struct alsa_io *aio) in has_handle()
[all …]
/external/adhd/cras/src/tests/
Dalsa_io_unittest.cc274 struct alsa_io *aio; in TEST()
276 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST()
283 struct alsa_io *aio; in TEST()
287 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST()
311 struct alsa_io *aio; in TEST()
315 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST()
326 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST()
337 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST()
349 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST()
362 struct alsa_io *aio; in TEST()
[all …]