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

  /frameworks/native/services/inputflinger/
EventHub.cpp 384 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const {
    [all...]
InputReader.h 601 int32_t getAbsoluteAxisValue(int32_t code) {
603 getEventHub()->getAbsoluteAxisValue(mId, code, &value);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 608 virtual status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis,
    [all...]

Completed in 132 milliseconds