Home
last modified time | relevance | path

Searched refs:readAndQueueFrames (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DTouchVideoDevice.h73 size_t readAndQueueFrames();
DTouchVideoDevice.cpp157 size_t TouchVideoDevice::readAndQueueFrames() { in readAndQueueFrames() function in android::TouchVideoDevice
DEventHub.cpp926 size_t numFrames = device->videoDevice->readAndQueueFrames(); in getEvents()