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

  /external/autotest/server/cros/multimedia/
usb_facade_adapter.py 39 def unplug(self): member in class:USBFacadeRemoteAdapter
41 self._usb_proxy.unplug()
  /external/autotest/client/cros/chameleon/
audio_widget.py 285 def unplug(self): member in class:WidgetHandler
286 """Unplug this widget."""
335 def unplug(self): member in class:ChameleonWidgetHandler
337 self._port.unplug()
544 _plug_handler: A PlugHandler for performing plug and unplug.
552 @param plug_handler: A PlugHandler object for plug and unplug.
565 def unplug(self): member in class:CrosWidgetHandler
567 logging.info('CrosWidgetHandler: unplug')
568 self._plug_handler.unplug()
572 """This class abstracts plug/unplug action for widgets on Cros device
586 def unplug(self): member in class:PlugHandler
604 def unplug(self): member in class:DummyPlugHandler
630 def unplug(self): member in class:JackPluggerPlugHandler
659 def unplug(self): member in class:USBPlugHandler
    [all...]
audio_widget_link.py 176 2. Plug/unplug jack using the widget handler on the DUT side.
221 widget.handler.unplug()
253 widget.handler.unplug()
380 USB port to unplug Cros widget from.
387 source.handler.unplug()
388 sink.handler.unplug()
390 sink.handler.unplug()
391 source.handler.unplug()
451 'Unplug HDMI cable input. Do nothing because HDMI cable should '
480 'Unplug HDMI cable output. This is emulated on Chameleon port'
    [all...]
chameleon_port_finder.py 161 # unplug all ports
164 chameleon.ChameleonVideoInput(port).unplug()
186 video_port.unplug()
207 # Unplug the port not to interfere with other tests.
208 video_port.unplug()
chameleon.py 230 def unplug(self): member in class:ChameleonPort
231 """Deasserts HPD line to low, emulating unplug."""
232 logging.info('Unplug Chameleon port %d', self.port_id)
233 self.chameleond_proxy.Unplug(self.port_id)
237 """Sets plug/unplug by plug_status.
239 @param plug_status: True to plug; False to unplug.
244 self.unplug()
340 self.unplug()
audio_board.py 220 There is a motor in the audio box which can plug/unplug 3.5mm 4-ring
250 def unplug(self): member in class:AudioJackPlugger
chameleon_video_capturer.py 156 self.chameleon_port.unplug(
audio_test_utils.py 98 HDMI audio, while display can be detected. Do several plug/unplug and wait
100 extra plug/unplug is needed.
109 logging.info('Need extra plug/unplug on board %s', board)
113 port.unplug()
  /external/autotest/server/site_tests/audio_InternalCardNodes/
audio_InternalCardNodes.py 85 jack_plugger.unplug()
  /external/blktrace/btt/
devs.c 243 static inline void unplug(struct d_info *dip, double cur_time) function
256 unplug(dip, cur_time);
267 unplug(dip, cur_time);
  /external/autotest/client/cros/video/
chameleon_screenshot_capturer.py 111 self.port.unplug()
  /external/autotest/server/site_tests/display_HDCPScreen/
display_HDCPScreen.py 73 # Do unplug and plug to emulate switching to a different
75 chameleon_port.unplug()
  /external/autotest/server/site_tests/display_HotPlugNoisy/
display_HotPlugNoisy.py 74 'plug' if plugged_before_noise else 'unplug',
75 'plug' if plugged_after_noise else 'unplug')
117 chameleon_port.unplug()
  /external/autotest/client/cros/multimedia/
usb_facade_native.py 94 def unplug(self): member in class:USBFacadeNative
161 By binding/unbinding certain USB driver, we can emulate the plug/unplug
  /external/autotest/server/site_tests/audio_AudioAfterReboot/
audio_AudioAfterReboot.py 45 jack_plugger.unplug()
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 53 jack_plugger.unplug()
68 """Performs the mix of suspend/resume and plug/unplug
266 (test_index, 'PLUG' if plugged_before_suspend else 'UNPLUG',
267 'PLUG' if plugged_after_suspend else 'UNPLUG',
268 'PLUG' if plugged_before_resume else 'UNPLUG',
269 'PLUG' if plugged_after_resume else 'UNPLUG'))
  /external/autotest/server/site_tests/audio_AudioNodeSwitch/
audio_AudioNodeSwitch.py 161 jack_plugger.unplug()
  /external/blktrace/btt/doc/
btt.tex 279 \item Explicit unplug request from some subsystem in the kernel.
288 \item[IOs per Unplug \& Unplugs-due-to-timeout]
291 queue at the time of an unplug or unplug due to a timeout. The following
292 sample shows a sample of both unplug sections:
471 \item[unplug histogram details] A data file per device containing
472 histogram output for the amount of IOs released at unplug time.
    [all...]
  /external/blktrace/doc/
blktrace.tex 561 \item[U -- unplug] Some request data already queued in the device,
566 \item[T -- unplug due to timer] If nobody requests the io that was queued
567 after plugging the queue, Linux will automatically unplug it after a
643 T & Unplug due to timeout \\ \hline
644 U & Unplug request \\ \hline
717 \item[U -- unplug]
718 \item[T -- unplug due to timer] The command associated with the event
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 598 milliseconds