Lines Matching defs:mode
106 int mode;
269 static int auto_format(int fd, int mode, pa_sample_spec *ss) {
277 if (mode != O_RDONLY) {
303 if (mode != O_WRONLY) {
344 if ((u->fd = pa_open_cloexec(u->device_name, u->mode | O_NONBLOCK, 0)) < 0) {
349 pa_log_info("device opened in %s mode.", u->mode == O_WRONLY ? "O_WRONLY" : (u->mode == O_RDONLY ? "O_RDONLY" : "O_RDWR"));
351 if (auto_format(u->fd, u->mode, ss) < 0)
930 u->mode = (playback && record) ? O_RDWR : (playback ? O_WRONLY : (record ? O_RDONLY : 0));
983 if (u->mode != O_WRONLY) {
1034 if (u->mode != O_RDONLY) {