Searched refs:videoData (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 69 std::vector<int16_t> videoData = {1, 2, 3, 4}; in TEST() local 71 TouchVideoFrame frame(2, 2, std::move(videoData), timestamp); in TEST()
|
D | InputProcessor_test.cpp | 208 std::vector<int16_t> videoData = {1, 2, 3, 4}; in TEST_F() local 210 TouchVideoFrame frame(2, 2, std::move(videoData), timestamp); in TEST_F()
|