Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp54 mInputQueueWeakGlobal = env->NewGlobalRef(inputQueueObj); in InputQueue()
60 env->DeleteGlobalRef(mInputQueueWeakGlobal); in ~InputQueue()
139 ScopedLocalRef<jobject> inputQueueObj(env, GetReferent(env, mInputQueueWeakGlobal)); in handleMessage()
/aosp14/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_InputQueue.h70 jobject mInputQueueWeakGlobal; variable