Lines Matching refs:vibrator
57 inline auto getService<android::hardware::vibrator::V1_0::IVibrator>(std::string name) {
58 return android::hardware::vibrator::V1_0::IVibrator::getService(name);
62 inline auto getService<android::hardware::vibrator::V1_1::IVibrator>(std::string name) {
63 return android::hardware::vibrator::V1_1::IVibrator::getService(name);
67 inline auto getService<android::hardware::vibrator::V1_2::IVibrator>(std::string name) {
68 return android::hardware::vibrator::V1_2::IVibrator::getService(name);
72 inline auto getService<android::hardware::vibrator::V1_3::IVibrator>(std::string name) {
73 return android::hardware::vibrator::V1_3::IVibrator::getService(name);
115 namespace vibrator {
117 namespace V1_0 = ::android::hardware::vibrator::V1_0;
118 namespace V1_1 = ::android::hardware::vibrator::V1_1;
119 namespace V1_2 = ::android::hardware::vibrator::V1_2;
120 namespace V1_3 = ::android::hardware::vibrator::V1_3;
121 namespace aidl = ::aidl::android::hardware::vibrator;