Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputProcessor_test.cpp168 class MotionClassifierTest : public testing::Test { class
186 TEST_F(MotionClassifierTest, Destructor_DoesNotCrash) { in TEST_F() argument
194 TEST_F(MotionClassifierTest, Classify_NoVideoFrames) { in TEST_F() argument
205 TEST_F(MotionClassifierTest, Classify_OneVideoFrame) { in TEST_F() argument
221 TEST_F(MotionClassifierTest, Classify_TwoVideoFrames) { in TEST_F() argument
242 TEST_F(MotionClassifierTest, Reset_DoesNotCrash) { in TEST_F() argument
249 TEST_F(MotionClassifierTest, DeviceReset_DoesNotCrash) { in TEST_F() argument
/frameworks/native/services/inputflinger/
DInputProcessor.h165 friend class MotionClassifierTest; // to create MotionClassifier with a test HAL implementation