Home
last modified time | relevance | path

Searched refs:InputDevice (Results 1 – 8 of 8) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/util/
DEvents.java23 import android.view.InputDevice;
44 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in newTouchDownEvent()
57 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in newTouchUpEvent()
70 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in newTouchMoveEvent()
80 event.setSource(InputDevice.SOURCE_KEYBOARD); in newKeyEvent()
/external/autotest/client/bin/input/
Dinput_event_player.py20 from input_device import InputDevice, InputEvent
83 device = InputDevice(evdev)
93 device = InputDevice(options.devpath)
Dinput_device.py100 class InputDevice: class
671 device = InputDevice(path)
682 device = InputDevice(path)
688 devices.append(InputDevice(options.devpath))
/external/autotest/client/cros/faft/utils/
Dfirmware_check_keys.py20 device = InputDevice(evdev)
/external/autotest/client/cros/audio/
Daudio_helper.py178 device = InputDevice(evdev)
192 device = InputDevice(evdev)
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h172 AudioDeviceModule::WindowsDeviceType InputDevice() const {return _inputDevice;} in InputDevice() function
Daudio_device_wave_win.cc511 if (_mixerManager.OpenMicrophone(InputDevice()) == -1) in InitMicrophone()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py1328 self.device_info = input_device.InputDevice(self.device.device_node)