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

  /frameworks/native/include/input/
Keyboard.h 71 bool probeKeyMap(const InputDeviceIdentifier& deviceIdentifier, const String8& name);
  /frameworks/native/libs/input/
Keyboard.cpp 73 if (probeKeyMap(deviceIdenfifier, String8::empty())) {
80 if (probeKeyMap(deviceIdenfifier, String8("Generic"))) {
85 if (probeKeyMap(deviceIdenfifier, String8("Virtual"))) {
95 bool KeyMap::probeKeyMap(const InputDeviceIdentifier& deviceIdentifier,

Completed in 775 milliseconds