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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 430 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>();
436 inputDevices.add(device);
441 return inputDevices;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java 194 int[] inputDevices = inMan.getInputDeviceIds();
196 return hasValidInputDevice(context, inputDevices);
598 int[] inputDevices = inputManager.getInputDeviceIds();
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 195 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
196 mInputDevices = inputDevices;
1025 Vector<InputDeviceInfo> inputDevices;
1026 mReader->getInputDevices(inputDevices);
1028 ASSERT_EQ(1U, inputDevices.size());
1029 ASSERT_EQ(1, inputDevices[0].getId());
1030 ASSERT_STREQ("keyboard", inputDevices[0].getIdentifier().name.string());
1031 ASSERT_EQ(AINPUT_KEYBOARD_TYPE_NON_ALPHABETIC, inputDevices[0].getKeyboardType());
1032 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources());
1033 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size())
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 261 Vector<InputDeviceInfo> inputDevices;
302 getInputDevicesLocked(inputDevices);
308 mPolicy->notifyInputDevicesChanged(inputDevices);
    [all...]

Completed in 128 milliseconds