Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h79 std::vector<TouchVideoFrame> consumeFrames();
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp180 std::vector<TouchVideoFrame> TouchVideoDevice::consumeFrames() { in consumeFrames() function in android::TouchVideoDevice
DEventHub.cpp1725 return device->videoDevice->consumeFrames(); in getVideoFrames()