Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_empty_iodev.c38 struct empty_iodev { struct
52 struct empty_iodev *empty_iodev = (struct empty_iodev *)iodev; in current_level() argument
58 frames = empty_iodev->buffer_level; in current_level()
60 &empty_iodev->last_buffer_access, in current_level()
90 struct empty_iodev *empty_iodev = (struct empty_iodev *)iodev; in close_dev() local
92 empty_iodev->open = 0; in close_dev()
93 free(empty_iodev->audio_buffer); in close_dev()
94 empty_iodev->audio_buffer = NULL; in close_dev()
101 struct empty_iodev *empty_iodev = (struct empty_iodev *)iodev; in configure_dev() local
107 empty_iodev->open = 1; in configure_dev()
[all …]