Searched refs:InputDevice (Results 1 – 16 of 16) sorted by relevance
3 import android.view.InputDevice;8 @Implements(InputDevice.class)12 public static InputDevice makeInputDeviceNamed(String deviceName) { in makeInputDeviceNamed()13 InputDevice inputDevice = Shadow.newInstanceOf(InputDevice.class); in makeInputDeviceNamed()
3 import android.view.InputDevice;10 protected InputDevice device;13 protected InputDevice getDevice() { in getDevice()17 public void setDevice(InputDevice device) { in setDevice()
23 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()
20 from input_device import InputDevice, InputEvent83 device = InputDevice(evdev)93 device = InputDevice(options.devpath)
100 class InputDevice: class675 device = InputDevice(path)686 device = InputDevice(path)692 devices.append(InputDevice(options.devpath))
5 import android.view.InputDevice;14 InputDevice inputDevice = ShadowInputDevice.makeInputDeviceNamed("foo"); in canConstructInputDeviceWithName()
6 import android.view.InputDevice;16 InputDevice myDevice = ShadowInputDevice.makeInputDeviceNamed("myDevice"); in canSetInputDeviceOnKeyEvent()
92 virtual Device* InputDevice(int i) const = 0;158 Device* InputDevice(int i) const override;219 Device* InputDevice(int i) const override;
395 Device* KernelAndDeviceOp::InputDevice(int i) const { in InputDevice() function in tensorflow::KernelAndDeviceOp402 Device* KernelAndDeviceFunc::InputDevice(int i) const { in InputDevice() function in tensorflow::KernelAndDeviceFunc
190 const Device* expected_device = kernel->InputDevice(i); in ValidateInputTypeAndPlacement()
20 device = InputDevice(evdev)
181 device = InputDevice(evdev)195 device = InputDevice(evdev)
11 from autotest_lib.client.bin.input.input_device import InputDevice107 return any(InputDevice(node).is_lid() for node in
172 AudioDeviceModule::WindowsDeviceType InputDevice() const {return _inputDevice;} in InputDevice() function
511 if (_mixerManager.OpenMicrophone(InputDevice()) == -1) in InitMicrophone()
1328 self.device_info = input_device.InputDevice(self.device.device_node)