Searched refs:gInputApplicationHandleClassInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputApplicationHandle.cpp | 32 } gInputApplicationHandleClassInfo; variable 65 gInputApplicationHandleClassInfo.name)); in updateInfo() 76 gInputApplicationHandleClassInfo.dispatchingTimeoutNanos); in updateInfo() 93 jlong ptr = env->GetLongField(inputApplicationHandleObj, gInputApplicationHandleClassInfo.ptr); in android_server_InputApplicationHandle_getHandle() 101 env->SetLongField(inputApplicationHandleObj, gInputApplicationHandleClassInfo.ptr, in android_server_InputApplicationHandle_getHandle() 113 jlong ptr = env->GetLongField(obj, gInputApplicationHandleClassInfo.ptr); in android_server_InputApplicationHandle_nativeDispose() 115 env->SetLongField(obj, gInputApplicationHandleClassInfo.ptr, 0); in android_server_InputApplicationHandle_nativeDispose() 146 GET_FIELD_ID(gInputApplicationHandleClassInfo.ptr, clazz, in register_android_server_InputApplicationHandle() 149 GET_FIELD_ID(gInputApplicationHandleClassInfo.name, clazz, in register_android_server_InputApplicationHandle() 152 GET_FIELD_ID(gInputApplicationHandleClassInfo.dispatchingTimeoutNanos, in register_android_server_InputApplicationHandle()
|