OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idToIndex
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/input/
InputTransport.h
365
int32_t
idToIndex
[MAX_POINTER_ID + 1];
374
idToIndex
[id] = i;
380
return pointers[
idToIndex
[id]];
/frameworks/native/services/inputflinger/
InputReader.h
787
uint32_t
idToIndex
[MAX_POINTER_ID + 1];
808
return pointers[
idToIndex
[id]];
823
uint32_t
idToIndex
[MAX_POINTER_ID + 1];
830
return pointerCoords[
idToIndex
[id]];
[
all
...]
InputReader.cpp
[
all
...]
/frameworks/native/libs/input/
InputTransport.cpp
763
touchState.lastResample.
idToIndex
[id] = i;
[
all
...]
Completed in 815 milliseconds