Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp393 jobject mServiceObj; member in android::NativeInputManager
477 mServiceObj = env->NewGlobalRef(serviceObj); in NativeInputManager()
487 env->DeleteGlobalRef(mServiceObj); in ~NativeInputManager()
582 jint virtualKeyQuietTime = env->CallIntMethod(mServiceObj, in getReaderConfiguration()
606 jobjectArray portAssociations = jobjectArray(env->CallObjectMethod(mServiceObj, in getReaderConfiguration()
649 jint hoverTapTimeout = env->CallIntMethod(mServiceObj, in getReaderConfiguration()
652 jint doubleTapTimeout = env->CallIntMethod(mServiceObj, in getReaderConfiguration()
655 jint longPressTimeout = env->CallIntMethod(mServiceObj, in getReaderConfiguration()
671 jint hoverTapSlop = env->CallIntMethod(mServiceObj, in getReaderConfiguration()
716 jobjectArray javaArray = jobjectArray(env->CallObjectMethod(mServiceObj, method)); in readMapFromInterleavedJavaArray()
[all …]