Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInputDevice.java3 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()
DShadowInputEvent.java3 import android.view.InputDevice;
10 protected InputDevice device;
13 protected InputDevice getDevice() { in getDevice()
17 public void setDevice(InputDevice device) { in setDevice()
/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
675 device = InputDevice(path)
686 device = InputDevice(path)
692 devices.append(InputDevice(options.devpath))
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowInputDeviceTest.java5 import android.view.InputDevice;
14 InputDevice inputDevice = ShadowInputDevice.makeInputDeviceNamed("foo"); in canConstructInputDeviceWithName()
DShadowInputEventTest.java6 import android.view.InputDevice;
16 InputDevice myDevice = ShadowInputDevice.makeInputDeviceNamed("myDevice"); in canSetInputDeviceOnKeyEvent()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h131 virtual Device* InputDevice(int i) const = 0;
201 Device* InputDevice(int i) const override;
280 Device* InputDevice(int i) const override;
Dkernel_and_device.cc412 Device* KernelAndDeviceOp::InputDevice(int i) const { in InputDevice() function in tensorflow::KernelAndDeviceOp
419 Device* KernelAndDeviceFunc::InputDevice(int i) const { in InputDevice() function in tensorflow::KernelAndDeviceFunc
Dexecute.cc179 Device* expected_device = kernel->InputDevice(i); in ValidateInputTypeAndPlacement()
/external/autotest/client/cros/faft/utils/
Dfirmware_check_keys.py23 device = InputDevice(evdev)
/external/autotest/client/cros/audio/
Daudio_helper.py181 device = InputDevice(evdev)
195 device = InputDevice(evdev)
/external/autotest/client/cros/power/
Dpower_utils.py11 from autotest_lib.client.bin.input.input_device import InputDevice
106 return any(InputDevice(node).is_lid() for node in
/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/crosvm/devices/src/pci/
Dpci_configuration.rs45 InputDevice, enumerator
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py1328 self.device_info = input_device.InputDevice(self.device.device_node)