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