Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/test/
DVibratorHalControllerTest.cpp78 class VibratorHalControllerTest : public Test { class
101 TEST_F(VibratorHalControllerTest, TestInit) { in TEST_F() argument
110 TEST_F(VibratorHalControllerTest, TestGetInfoRetriesOnTransactionFailure) { in TEST_F() argument
123 TEST_F(VibratorHalControllerTest, TestGetInfoDoesNotRetryOnOperationFailure) { in TEST_F() argument
134 TEST_F(VibratorHalControllerTest, TestGetInfoDoesNotRetryOnUnsupported) { in TEST_F() argument
145 TEST_F(VibratorHalControllerTest, TestApiCallsAreForwardedToHal) { in TEST_F() argument
155 TEST_F(VibratorHalControllerTest, TestUnsupportedApiResultDoesNotResetHalConnection) { in TEST_F() argument
166 TEST_F(VibratorHalControllerTest, TestOperationFailedApiResultDoesNotResetHalConnection) { in TEST_F() argument
177 TEST_F(VibratorHalControllerTest, TestTransactionFailedApiResultResetsHalConnection) { in TEST_F() argument
188 TEST_F(VibratorHalControllerTest, TestTransactionFailedApiResultReturnsSuccessAfterRetries) { in TEST_F() argument
[all …]
DAndroid.bp30 "VibratorHalControllerTest.cpp",