Home
last modified time | relevance | path

Searched defs:tokenObj (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp914 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes()
931 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled()
989 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay()
997 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface()
1021 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack()
1045 jobject tokenObj, jint orientation, in nativeSetDisplayProjection()
1062 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize()
1122 static jobject nativeGetStaticDisplayInfo(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetStaticDisplayInfo()
1171 static jobject nativeGetDynamicDisplayInfo(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDynamicDisplayInfo()
1279 static jobject nativeGetDisplayNativePrimaries(JNIEnv* env, jclass, jobject tokenObj) { in nativeGetDisplayNativePrimaries()
[all …]
H A Dandroid_hardware_input_InputApplicationHandle.cpp73 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local
H A Dandroid_hardware_input_InputWindowHandle.cpp122 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp831 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local
848 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local
892 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local
937 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local
1297 jobject tokenObj = javaObjectForIBinder(env, token); in interceptKeyBeforeDispatching() local
1332 jobject tokenObj = javaObjectForIBinder(env, token); in dispatchUnhandledKey() local
1635 static void nativeRemoveInputChannel(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativeRemoveInputChannel()
1647 static void nativePilferPointers(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativePilferPointers()
1797 jobject tokenObj, jboolean enabled) { in nativeRequestPointerCapture()