/external/autotest/server/cros/multimedia/ |
usb_facade_adapter.py | 39 def unplug(self): member in class:USBFacadeRemoteAdapter 41 self._usb_proxy.unplug()
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothInputHost.aidl | 34 boolean unplug(in BluetoothDevice device);
|
BluetoothInputHost.java | 490 * Sends Virtual Cable Unplug to currently connected host. 494 public boolean unplug(BluetoothDevice device) { method in class:BluetoothInputHost 495 Log.v(TAG, "unplug(): device=" + device); 501 result = mService.unplug(device);
|
/external/autotest/server/site_tests/audio_InternalCardNodes/ |
audio_InternalCardNodes.py | 82 jack_plugger.unplug()
|
/external/autotest/client/cros/chameleon/ |
audio_widget.py | 289 def unplug(self): member in class:WidgetHandler 290 """Unplug this widget.""" 339 def unplug(self): member in class:ChameleonWidgetHandler 341 self._port.unplug() 594 _plug_handler: A PlugHandler for performing plug and unplug. 602 @param plug_handler: A PlugHandler object for plug and unplug. 615 def unplug(self): member in class:CrosWidgetHandler 617 logging.info('CrosWidgetHandler: unplug') 618 self._plug_handler.unplug() 622 """This class abstracts plug/unplug action for widgets on Cros device 636 def unplug(self): member in class:PlugHandler 654 def unplug(self): member in class:DummyPlugHandler 680 def unplug(self): member in class:JackPluggerPlugHandler [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() 375 source.handler.unplug() 376 sink.handler.unplug() 427 HDMI audio, while display can be detected. Do several plug/unplug and 429 in the end if extra plug/unplug is needed. 437 logging.info('Need extra plug/unplug on board %s', board) 441 handler.unplug() 465 sink.handler.unplug() [all...] |
chameleon_port_finder.py | 162 # unplug all ports 165 chameleon.ChameleonVideoInput(port).unplug() 190 video_port.unplug() 211 # Unplug the port not to interfere with other tests. 212 video_port.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(
|
chameleon.py | 410 def unplug(self): member in class:ChameleonPort 411 """Deasserts HPD line to low, emulating unplug.""" 412 logging.info('Unplug Chameleon port %d', self.port_id) 413 self.chameleond_proxy.Unplug(self.port_id) 417 """Sets plug/unplug by plug_status. 419 @param plug_status: True to plug; False to unplug. 424 self.unplug() 527 self.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 | 77 'plug' if plugged_before_noise else 'unplug', 78 'plug' if plugged_after_noise else 'unplug') 120 chameleon_port.unplug()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidDevService.java | 321 public boolean unplug(BluetoothDevice device) { method in class:HidDevService.BluetoothHidDeviceBinder 322 if (DBG) Log.v(TAG, "unplug(): device=" + device); 329 return service.unplug(device); 467 synchronized boolean unplug(BluetoothDevice device) { method in class:HidDevService 468 if (DBG) Log.v(TAG, "unplug(): device=" + device);
|
/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 | 49 jack_plugger.unplug() 64 """Performs the mix of suspend/resume and plug/unplug 189 @param plug_status: audio channel plug unplug sequence 249 (test_index, 'PLUG' if plugged_before_suspend else 'UNPLUG', 250 'PLUG' if plugged_after_suspend else 'UNPLUG', 251 'PLUG' if plugged_before_resume else 'UNPLUG', 252 'PLUG' if plugged_after_resume else 'UNPLUG'))
|
/external/autotest/server/site_tests/audio_AudioNodeSwitch/ |
audio_AudioNodeSwitch.py | 163 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 | |
/prebuilts/misc/common/robolectric/lib/ |
android-all-4.4_r1-robolectric-1.jar | |