Home
last modified time | relevance | path

Searched defs:VendorEffect (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h334 using VendorEffect = aidl::android::hardware::vibrator::VendorEffect; variable
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp102 HalResult<void> HalWrapper::performVendorEffect(const VendorEffect&, const std::function<void()>&) { in performVendorEffect()