HomeSort by relevance Sort by last modified time
    Searched refs:peripheral_dict (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugStress/
enterprise_CFM_USBPeripheralHotplugStress.py 41 def _set_preferred_peripheral(self, peripheral_dict):
45 @param peripheral_dict: Dictionary of peripherals.
51 if peripheral_dict.get(_MICROPHONE) in avail_mics:
53 peripheral_dict.get(_MICROPHONE))
54 if peripheral_dict.get(_SPEAKER) in avail_speakers:
56 peripheral_dict.get(_SPEAKER))
57 if peripheral_dict.get(_CAMERA) in avail_cameras:
59 peripheral_dict.get(_CAMERA))
62 def _check_peripheral(self, device_type, hub_on, peripheral_dict,
69 @param peripheral_dict: A dictionary of connected peripherals, keye
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_AutoZoomSanity/
enterprise_CFM_AutoZoomSanity.py 108 def check_peripherals(self, peripheral_dict):
112 @param peripheral_dict: dict of peripherals that should be connected
124 for peripheral in peripheral_dict:
129 def run_once(self, session_length, peripheral_dict):
132 self.check_peripherals(peripheral_dict)

Completed in 6535 milliseconds