Home
last modified time | relevance | path

Searched refs:DEVICE_CLASS_VIBRATOR (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputConstants.aidl342 const int DEVICE_CLASS_VIBRATOR = 0x00000200; field
/frameworks/native/libs/input/rust/
Dinput.rs256 const Vibrator = IInputConstants::DEVICE_CLASS_VIBRATOR as u32;
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h121 VIBRATOR = android::os::IInputConstants::DEVICE_CLASS_VIBRATOR,