Searched refs:NO_DEVICE (Results 1 – 16 of 16) sorted by relevance
/external/google-breakpad/android/ |
D | run-checks.sh | 56 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/ |
D | playback_rclient_unittest.cc | 111 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()
|
D | capture_rclient_unittest.cc | 109 NO_DEVICE); in TEST_F() 136 /*effects=*/0, fmt, NO_DEVICE); in TEST_F() 163 NO_DEVICE); in TEST_F()
|
D | cras_client_unittest.cc | 274 &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()
|
D | dev_io_stubs.cc | 155 if (stream->rstream->main_dev.dev_id == NO_DEVICE) { in add_stream_to_dev()
|
D | rstream_unittest.cc | 37 config_.dev_idx = NO_DEVICE; in SetUp()
|
D | control_rclient_unittest.cc | 160 connect_msg_.dev_idx = NO_DEVICE; in SetUp()
|
/external/adhd/cras/src/server/ |
D | cras_rstream.c | 295 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()
|
D | cras_loopback_iodev.c | 185 loopdev->sender_idx = NO_DEVICE; in close_record_dev()
|
D | cras_server_metrics.c | 347 case NO_DEVICE: in get_metrics_device_type()
|
/external/adhd/cras/examples/ |
D | cplay.c | 82 num_channels, NO_DEVICE, &stream_id); in main()
|
/external/adhd/cras/src/libcras/ |
D | cras_helpers.c | 129 dev_idx = NO_DEVICE; in cras_helper_add_stream_simple()
|
D | cras_client.c | 1611 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/ |
D | libcras.rs | 422 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/ |
D | cras_types.h | 28 NO_DEVICE, enumerator
|
/external/adhd/cras/client/cras-sys/src/ |
D | gen.rs | 730 NO_DEVICE = 0, enumerator
|