Home
last modified time | relevance | path

Searched refs:readLocations (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp41 const std::array<const int16_t*, NUM_BUFFERS>& readLocations) in TouchVideoDevice() argument
47 mReadLocations(readLocations) { in TouchVideoDevice()
117 std::array<const int16_t*, NUM_BUFFERS> readLocations; in create() local
131 readLocations[i] = static_cast<const int16_t*>( in create()
134 if (readLocations[i] == MAP_FAILED) { in create()
158 width, readLocations)); in create()
/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h114 const std::array<const int16_t*, NUM_BUFFERS>& readLocations);