Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp104 class VibratorControllerWrapper { class
106 VibratorControllerWrapper(JNIEnv* env, int32_t vibratorId, jobject callbackListener) in VibratorControllerWrapper() function in android::VibratorControllerWrapper
116 ~VibratorControllerWrapper() { in ~VibratorControllerWrapper()
199 VibratorControllerWrapper* wrapper = reinterpret_cast<VibratorControllerWrapper*>(ptr); in destroyNativeWrapper()
207 std::unique_ptr<VibratorControllerWrapper> wrapper = in vibratorNativeInit()
208 std::make_unique<VibratorControllerWrapper>(env, vibratorId, callbackListener); in vibratorNativeInit()
218 VibratorControllerWrapper* wrapper = reinterpret_cast<VibratorControllerWrapper*>(ptr); in vibratorIsAvailable()
229 VibratorControllerWrapper* wrapper = reinterpret_cast<VibratorControllerWrapper*>(ptr); in vibratorOn()
243 VibratorControllerWrapper* wrapper = reinterpret_cast<VibratorControllerWrapper*>(ptr); in vibratorOff()
254 VibratorControllerWrapper* wrapper = reinterpret_cast<VibratorControllerWrapper*>(ptr); in vibratorSetAmplitude()
[all …]