Searched refs:IExternalVibratorService (Results 1 – 8 of 8) sorted by relevance
59 HAPTIC_SCALE_MUTE = os::IExternalVibratorService::SCALE_MUTE,60 HAPTIC_SCALE_VERY_LOW = os::IExternalVibratorService::SCALE_VERY_LOW,61 HAPTIC_SCALE_LOW = os::IExternalVibratorService::SCALE_LOW,62 HAPTIC_SCALE_NONE = os::IExternalVibratorService::SCALE_NONE,63 HAPTIC_SCALE_HIGH = os::IExternalVibratorService::SCALE_HIGH,64 HAPTIC_SCALE_VERY_HIGH = os::IExternalVibratorService::SCALE_VERY_HIGH,
34 interface IExternalVibratorService { interface
5 per-file IExternalVibratorService.aidl = michaelwr@google.com
43 import android.os.IExternalVibratorService;95 private static final int SCALE_MUTE = IExternalVibratorService.SCALE_MUTE; // -10096 private static final int SCALE_VERY_LOW = IExternalVibratorService.SCALE_VERY_LOW; // -297 private static final int SCALE_LOW = IExternalVibratorService.SCALE_LOW; // -198 private static final int SCALE_NONE = IExternalVibratorService.SCALE_NONE; // 099 private static final int SCALE_HIGH = IExternalVibratorService.SCALE_HIGH; // 1100 private static final int SCALE_VERY_HIGH = IExternalVibratorService.SCALE_VERY_HIGH; // 21768 final class ExternalVibratorService extends IExternalVibratorService.Stub {
134 static sp<os::IExternalVibratorService> sExternalVibratorService;136 static sp<os::IExternalVibratorService> getExternalVibratorService() { in getExternalVibratorService()142 interface_cast<os::IExternalVibratorService>(binder); in getExternalVibratorService()393 sp<os::IExternalVibratorService> evs = getExternalVibratorService(); in onExternalVibrationStart()406 sp<os::IExternalVibratorService> evs = getExternalVibratorService(); in onExternalVibrationStop()
460 "core/java/android/os/IExternalVibratorService.aidl",
4657 android.os.IExternalVibratorService$Stub4658 android.os.IExternalVibratorService
15441 HSPLandroid/os/IExternalVibratorService$Stub;-><init>()V44881 Landroid/os/IExternalVibratorService$Stub;44882 Landroid/os/IExternalVibratorService;