Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorManagerService.cpp40 NativeVibratorManagerService(JNIEnv* env, jobject callbackListener) in NativeVibratorManagerService() argument
42 mCallbackListener(env->NewGlobalRef(callbackListener)) { in NativeVibratorManagerService()
81 static jlong nativeInit(JNIEnv* env, jclass /* clazz */, jobject callbackListener) { in nativeInit() argument
83 std::make_unique<NativeVibratorManagerService>(env, callbackListener); in nativeInit()
Dcom_android_server_vibrator_VibratorController.cpp106 VibratorControllerWrapper(JNIEnv* env, int32_t vibratorId, jobject callbackListener) in VibratorControllerWrapper() argument
109 mCallbackListener(env->NewGlobalRef(callbackListener)) { in VibratorControllerWrapper()
206 jobject callbackListener) { in vibratorNativeInit() argument
208 std::make_unique<VibratorControllerWrapper>(env, vibratorId, callbackListener); in vibratorNativeInit()