HomeSort by relevance Sort by last modified time
    Searched refs:is_pinned (Results 1 - 6 of 6) sorted by null

  /external/adhd/cras/src/server/
cras_rstream.h 66 * is_pinned - True if the stream is a pinned stream, false otherwise.
93 int is_pinned; member in struct:cras_rstream
cras_iodev_list.c 540 if (rstream->is_pinned) {
678 if(stream->is_pinned) {
764 if (!rstream->is_pinned)
811 if (rstream->is_pinned)
865 if (s->direction == dir && !s->is_pinned)
910 if (rstream->is_pinned)
973 if (stream->is_pinned && !force)
1002 if (!rstream->is_pinned)
    [all...]
cras_rstream.c 241 stream->is_pinned = (config->dev_idx != NO_DEVICE);
cras_iodev.c     [all...]
  /external/adhd/cras/src/tests/
iodev_list_unittest.cc 542 rstream.is_pinned = 1;
    [all...]
audio_thread_unittest.cc 138 rstream->is_pinned = 1;
    [all...]

Completed in 682 milliseconds