Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DTouchVideoFrame_test.cpp66 const struct timeval differentTimestamp = {TIMESTAMP.tv_sec + 1, TIMESTAMP.tv_usec + 1}; in TEST() local
67 TouchVideoFrame changedTimestampFrame(height, width, data, differentTimestamp); in TEST()