Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h99 static constexpr size_t NUM_BUFFERS = 3; variable
100 std::array<const int16_t*, NUM_BUFFERS> mReadLocations;
114 const std::array<const int16_t*, NUM_BUFFERS>& readLocations);
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp41 const std::array<const int16_t*, NUM_BUFFERS>& readLocations) in TouchVideoDevice()
99 req.count = NUM_BUFFERS; in create()
108 if (req.count != NUM_BUFFERS) { in create()
109 ALOGE("Requested %zu buffers, but driver responded with count=%i", NUM_BUFFERS, req.count); in create()
117 std::array<const int16_t*, NUM_BUFFERS> readLocations; in create()
118 for (size_t i = 0; i < NUM_BUFFERS; i++) { in create()
147 for (size_t i = 0; i < NUM_BUFFERS; i++) { in create()