HomeSort by relevance Sort by last modified time
    Searched defs:InputDevice (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.h 171 AudioDeviceModule::WindowsDeviceType InputDevice() const {return _inputDevice;}
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 34 import android.view.InputDevice;
116 InputDevice dev = mInputManager.getInputDevice(deviceId);
119 if (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) ||
120 ((sources & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)) {
163 if ((((eventSource & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) ||
164 ((eventSource & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)
    [all...]

Completed in 1033 milliseconds