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

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 181 event.initialize(2, AINPUT_SOURCE_GAMEPAD, AKEY_EVENT_ACTION_DOWN,
187 ASSERT_EQ(static_cast<int>(AINPUT_SOURCE_GAMEPAD), event.getSource());
  /frameworks/native/include/android/
input.h 827 AINPUT_SOURCE_GAMEPAD = 0x00000400 | AINPUT_SOURCE_CLASS_BUTTON,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 561 keyboardSource |= AINPUT_SOURCE_GAMEPAD;
    [all...]

Completed in 96 milliseconds