Home
last modified time | relevance | path

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

/external/google-breakpad/android/
Drun-checks.sh56 NO_DEVICE=
74 --no-device) NO_DEVICE=true;;
221 if [ -z "$NO_DEVICE" ]; then
367 if [ "$NO_DEVICE" ]; then
423 if [ "$NO_DEVICE" ]; then
/external/adhd/cras/src/tests/
Dplayback_rclient_unittest.cc111 NO_DEVICE); in TEST_F()
138 /*effects=*/0, fmt, NO_DEVICE); in TEST_F()
165 NO_DEVICE); in TEST_F()
191 NO_DEVICE); in TEST_F()
Dcapture_rclient_unittest.cc109 NO_DEVICE); in TEST_F()
136 /*effects=*/0, fmt, NO_DEVICE); in TEST_F()
163 NO_DEVICE); in TEST_F()
Dcras_client_unittest.cc274 &stream_id, NO_DEVICE)); in TEST_F()
280 0, client_thread_add_stream(&client_, stream_ptr, &stream_id, NO_DEVICE)); in TEST_F()
308 client_thread_add_stream(&client_, &stream_, &stream_id, NO_DEVICE); in TEST_F()
324 client_thread_add_stream(&client_, &stream_, &stream_id, NO_DEVICE); in TEST_F()
Ddev_io_stubs.cc155 if (stream->rstream->main_dev.dev_id == NO_DEVICE) { in add_stream_to_dev()
Drstream_unittest.cc37 config_.dev_idx = NO_DEVICE; in SetUp()
Dcontrol_rclient_unittest.cc160 connect_msg_.dev_idx = NO_DEVICE; in SetUp()
/external/adhd/cras/src/server/
Dcras_rstream.c295 stream->main_dev.dev_id = NO_DEVICE; in cras_rstream_create()
298 stream->is_pinned = (config->dev_idx != NO_DEVICE); in cras_rstream_create()
437 if (rstream->main_dev.dev_id == NO_DEVICE) { in cras_rstream_dev_attach()
453 rstream->main_dev.dev_id = NO_DEVICE; in cras_rstream_dev_detach()
Dcras_loopback_iodev.c185 loopdev->sender_idx = NO_DEVICE; in close_record_dev()
Dcras_server_metrics.c347 case NO_DEVICE: in get_metrics_device_type()
/external/adhd/cras/examples/
Dcplay.c82 num_channels, NO_DEVICE, &stream_id); in main()
/external/adhd/cras/src/libcras/
Dcras_helpers.c129 dev_idx = NO_DEVICE; in cras_helper_add_stream_simple()
Dcras_client.c1611 if (dev_idx == NO_DEVICE) { in client_thread_add_stream()
2528 client, NO_DEVICE, stream_id_out, config); in cras_client_add_stream()
/external/adhd/cras/client/libcras/src/
Dlibcras.rs422 dev_idx: device_index.unwrap_or(CRAS_SPECIAL_DEVICE::NO_DEVICE as u32), in create_stream()
661 dev_idx: CRAS_SPECIAL_DEVICE::NO_DEVICE as u32,
/external/adhd/cras/src/common/
Dcras_types.h28 NO_DEVICE, enumerator
/external/adhd/cras/client/cras-sys/src/
Dgen.rs730 NO_DEVICE = 0, enumerator