Home
last modified time | relevance | path

Searched refs:plugged (Results 1 – 25 of 108) sorted by relevance

12345

/external/adhd/cras/src/tests/
Dalsa_io_unittest.cc321 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 …]
Dalsa_jack_unittest.cc147 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/
Dcras_alsa_io.c559 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 …]
Dcras_iodev.c666 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()
Dcras_alsa_jack.h27 int plugged,
Dcras_iodev.h82 int plugged; member
380 void cras_ionode_plug_event(struct cras_ionode *node, int plugged);
/external/autotest/server/site_tests/audio_InternalCardNodes/
Dcontrol10 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/
Dcontrol.usb22 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/
Dcontrol11 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/
Dchameleon.py485 def plugged(self): member in ChameleonPort
582 plugged = self.plugged
583 if plugged:
591 if plugged:
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
Dcontrol16 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/
Dcontrol14 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/
Dcontrol15 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/
Dcontrol.detect30 Set of four USB peripherals plugged
36 - USB SD card reader(one microSD card plugged)
Dcontrol.detect.login_unplug_closelid_openlid_plug31 Set of four USB peripherals plugged
37 - USB SD card reader(one microSD card plugged)
Dcontrol.detect.unplug_login_plug30 Set of four USB peripherals plugged
36 - USB SD card reader(one microSD card plugged)
/external/adhd/cras/src/common/
Dcras_iodev_info.h52 int32_t plugged; member
/external/autotest/client/site_tests/hardware_MultiReader/
Dcontrol16 It assumes a multi card reader is plugged in to USB and that it
/external/autotest/client/site_tests/hardware_RealtekCardReader/
Dcontrol17 This test requires an SD card to be plugged in the SD slot.
/external/autotest/client/site_tests/power_BatteryCharge/
Dcontrol15 Device should be plugged into an AC outlet.
/external/autotest/server/site_tests/platform_USBHIDWake/
Dcontrol14 on an attached HID device), and also that a HID device is plugged into
/external/autotest/server/site_tests/servo_USBInstall/
Dcontrol18 that plugged into the servo.
/external/autotest/server/site_tests/firmware_Cr50DeferredECReset/
Dcontrol16 Verify EC_RST_L stays asserted while RDD is plugged in until the power button
/external/autotest/server/site_tests/power_DarkResumeShutdownServer/
Dcontrol20 power plugged in (and setup so the battery margin will allow it to suspend
/external/autotest/client/cros/input_playback/
DREADME3 (either onboard or plugged in).

12345