Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/test/
DVibratorHalControllerTest.cpp116 vibrator::Capabilities::ON_CALLBACK))); in TEST_F()
DVibratorHalWrapperAidlTest.cpp392 ASSERT_EQ(vibrator::Capabilities::ON_CALLBACK, successful.capabilities.value()); in TEST_F()
469 ASSERT_EQ(vibrator::Capabilities::ON_CALLBACK, info.capabilities.value()); in TEST_F()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h148 ON_CALLBACK = hardware::vibrator::IVibrator::CAP_ON_CALLBACK, enumerator
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp291 static_cast<int32_t>(capabilities.value() & Capabilities::ON_CALLBACK); in on()