Searched refs:VibratorHalControllerTest (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/vibratorservice/test/ |
H A D | VibratorHalControllerTest.cpp | 78 class VibratorHalControllerTest : public Test { class 101 TEST_F(VibratorHalControllerTest, TestInit) { in TEST_F() argument 110 TEST_F(VibratorHalControllerTest, TestGetInfoRetriesOnAnyFailure) { in TEST_F() argument 124 TEST_F(VibratorHalControllerTest, TestApiCallsAreForwardedToHal) { in TEST_F() argument 135 TEST_F(VibratorHalControllerTest, TestUnsupportedApiResultDoNotResetHalConnection) { in TEST_F() argument 146 TEST_F(VibratorHalControllerTest, TestFailedApiResultResetsHalConnection) { in TEST_F() argument 159 TEST_F(VibratorHalControllerTest, TestFailedApiResultReturnsSuccessAfterRetries) { in TEST_F() argument 178 TEST_F(VibratorHalControllerTest, TestMultiThreadConnectsOnlyOnce) { in TEST_F() argument 198 TEST_F(VibratorHalControllerTest, TestNoVibratorReturnsUnsupportedAndAttemptsToReconnect) { in TEST_F() argument 213 TEST_F(VibratorHalControllerTest, TestScheduledCallbackSurvivesReconnection) { in TEST_F() argument
|
H A D | Android.bp | 29 "VibratorHalControllerTest.cpp",
|