/external/adhd/cras/src/tests/ |
D | alsa_io_unittest.cc | 321 ASSERT_EQ(1, aio->base.active_node->plugged); in TEST() 332 ASSERT_EQ(1, aio->base.active_node->plugged); in TEST() 344 ASSERT_EQ(1, aio->base.active_node->plugged); in TEST() 355 ASSERT_EQ(1, aio->base.active_node->plugged); in TEST() 372 ASSERT_EQ(1, aio->base.active_node->plugged); in TEST() 384 ASSERT_EQ(1, aio->base.active_node->plugged); in TEST() 1513 EXPECT_EQ(aio->base.nodes->plugged, 1); in TEST() 1515 EXPECT_EQ(aio->base.nodes->next->plugged, 0); in TEST() 1524 EXPECT_EQ(aio->base.nodes->plugged, 0); in TEST() 1525 EXPECT_EQ(aio->base.nodes->next->plugged, 1); in TEST() [all …]
|
D | alsa_jack_unittest.cc | 147 int plugged, in fake_jack_cb() argument 151 fake_jack_cb_plugged = plugged; in fake_jack_cb() 155 ucm_set_enabled_value = !plugged; in fake_jack_cb() 156 cras_alsa_jack_enable_ucm(jack, plugged); in fake_jack_cb() 157 EXPECT_EQ(ucm_get_dev_for_jack_return ? plugged : !plugged, in fake_jack_cb()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_io.c | 559 if (n->plugged) in first_plugged_node() 935 node->plugged = (node->position in set_node_initial_state() 938 if (node->plugged) in set_node_initial_state() 1137 int plugged) in check_auto_unplug_output_node() argument 1145 if (!strcmp(node->name, INTERNAL_SPEAKER) && plugged) { in check_auto_unplug_output_node() 1147 if (tmp->plugged && (tmp != node)) in check_auto_unplug_output_node() 1156 !plugged); in check_auto_unplug_output_node() 1204 check_auto_unplug_output_node(aio, &output->base, output->base.plugged); in new_output() 1231 int plugged) in check_auto_unplug_input_node() argument 1239 if (!strcmp(node->name, INTERNAL_MICROPHONE) && plugged) { in check_auto_unplug_input_node() [all …]
|
D | cras_iodev.c | 666 static void plug_node(struct cras_ionode *node, int plugged) in plug_node() argument 668 if (node->plugged == plugged) in plug_node() 670 node->plugged = plugged; in plug_node() 671 if (plugged) { in plug_node()
|
D | cras_alsa_jack.h | 27 int plugged,
|
D | cras_iodev.h | 82 int plugged; member 380 void cras_ionode_plug_event(struct cras_ionode *node, int plugged);
|
/external/autotest/server/site_tests/audio_InternalCardNodes/ |
D | control | 10 CRITERIA = "This test will fail if the plugged nodes are not expected." 20 This test remotely tests plugged audio nodes for internal cards.
|
/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
D | control.usb | 22 off -> normal mode boot with USB stick plugged in 28 Note also that this test requires a USB stick with a test image be plugged in to
|
/external/autotest/server/site_tests/audio_AudioRoutingUSB/ |
D | control | 11 After a USB headset is plugged in, CRAS should route the audio 23 running the test, a USB headset should be plugged into DUT_USB (TYPE A/J4),
|
/external/autotest/client/cros/chameleon/ |
D | chameleon.py | 485 def plugged(self): member in ChameleonPort 582 plugged = self.plugged 583 if plugged: 591 if plugged:
|
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/ |
D | control | 16 2. A USB disk should be plugged-in, which contains a Chrome OS test image. 29 This test requires a USB test image plugged in. The firmware id
|
/external/autotest/server/site_tests/firmware_SelfSignedBoot/ |
D | control | 14 3. A USB disk should be plugged-in, which contains a Chrome OS Test Image. 29 This test requires a USB disk plugged-in, which contains a Chrome OS test
|
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/ |
D | control | 15 3. A USB disk should be plugged-in, which contains a Chrome OS test image. 30 This test requires a USB test image plugged in. The firmware id
|
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | control.detect | 30 Set of four USB peripherals plugged 36 - USB SD card reader(one microSD card plugged)
|
D | control.detect.login_unplug_closelid_openlid_plug | 31 Set of four USB peripherals plugged 37 - USB SD card reader(one microSD card plugged)
|
D | control.detect.unplug_login_plug | 30 Set of four USB peripherals plugged 36 - USB SD card reader(one microSD card plugged)
|
/external/adhd/cras/src/common/ |
D | cras_iodev_info.h | 52 int32_t plugged; member
|
/external/autotest/client/site_tests/hardware_MultiReader/ |
D | control | 16 It assumes a multi card reader is plugged in to USB and that it
|
/external/autotest/client/site_tests/hardware_RealtekCardReader/ |
D | control | 17 This test requires an SD card to be plugged in the SD slot.
|
/external/autotest/client/site_tests/power_BatteryCharge/ |
D | control | 15 Device should be plugged into an AC outlet.
|
/external/autotest/server/site_tests/platform_USBHIDWake/ |
D | control | 14 on an attached HID device), and also that a HID device is plugged into
|
/external/autotest/server/site_tests/servo_USBInstall/ |
D | control | 18 that plugged into the servo.
|
/external/autotest/server/site_tests/firmware_Cr50DeferredECReset/ |
D | control | 16 Verify EC_RST_L stays asserted while RDD is plugged in until the power button
|
/external/autotest/server/site_tests/power_DarkResumeShutdownServer/ |
D | control | 20 power plugged in (and setup so the battery margin will allow it to suspend
|
/external/autotest/client/cros/input_playback/ |
D | README | 3 (either onboard or plugged in).
|