Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_iodev_list.c496 dev = find_dev(rstream->pinned_dev_idx); in suspend_devs()
649 if (stream->pinned_dev_idx != dev->info.idx) in init_and_attach_streams()
739 dev = find_dev(rstream->pinned_dev_idx); in find_pinned_device()
984 if (dev->info.idx != rstream->pinned_dev_idx) in force_close_pinned_only_device()
1159 (dev->info.idx != rstream->pinned_dev_idx))) in cras_iodev_list_suspend_dev()
1347 *dev = find_dev((*stream)->pinned_dev_idx); in find_hotword_stream_dev()
1381 if (stream->pinned_dev_idx != hotword_dev->info.idx) { in cras_iodev_list_suspend_hotword_streams()
1384 stream->pinned_dev_idx); in cras_iodev_list_suspend_hotword_streams()
1417 if (stream->pinned_dev_idx != hotword_dev->info.idx) { in cras_iodev_list_resume_hotword_stream()
1420 stream->pinned_dev_idx); in cras_iodev_list_resume_hotword_stream()
Dstream_list.c145 if (rstream->pinned_dev_idx == dev_idx) in stream_list_has_pinned_stream()
Dcras_rstream.h90 uint32_t pinned_dev_idx; member
Daudio_thread.c549 si->pinned_dev_idx = stream->stream->pinned_dev_idx; in append_stream_dump_info()
Dcras_rstream.c309 stream->pinned_dev_idx = config->dev_idx; in cras_rstream_create()
/external/adhd/cras/src/tests/
Diodev_list_unittest.cc566 rstream.pinned_dev_idx = d1_.info.idx; in TEST_F()
1389 rstream.pinned_dev_idx = d1_.info.idx; in TEST_F()
1448 rstream.pinned_dev_idx = d1_.info.idx; in TEST_F()
1502 rstream.pinned_dev_idx = d1_.info.idx; in TEST_F()
1547 rstream.pinned_dev_idx = d1_.info.idx; in TEST_F()
Daudio_thread_unittest.cc184 rstream->pinned_dev_idx = pin_to_dev->info.idx; in SetupPinnedStream()
/external/adhd/cras/src/common/
Dcras_types.h380 uint32_t pinned_dev_idx; member
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1168 pub pinned_dev_idx: u32, field
1376 &(*(::std::ptr::null::<audio_stream_debug_info>())).pinned_dev_idx as *const _ as usize in bindgen_test_layout_audio_stream_debug_info()
1383 stringify!(pinned_dev_idx) in bindgen_test_layout_audio_stream_debug_info()
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c770 (unsigned int)info->streams[i].pinned_dev_idx, in print_audio_debug_info()