Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_InputQueue.h83 extern AInputQueue* android_view_InputQueue_getNativePtr(JNIEnv* env, jobject inputQueue);
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp267 AInputQueue* android_view_InputQueue_getNativePtr(JNIEnv* env, jobject inputQueue) { in android_view_InputQueue_getNativePtr() function
/aosp14/frameworks/base/native/android/
H A Dinput.cpp355 return android::android_view_InputQueue_getNativePtr(env, inputQueue); in AInputQueue_fromJava()