OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAbsoluteAxisValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/tests/
InputReader_test.cpp
543
virtual status_t
getAbsoluteAxisValue
(int32_t deviceId, int32_t axis,
[
all
...]
/frameworks/base/services/input/
InputReader.h
478
int32_t
getAbsoluteAxisValue
(int32_t code) {
480
getEventHub()->
getAbsoluteAxisValue
(mId, code, &value);
[
all
...]
Completed in 30 milliseconds