Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1218 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes()
1235 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled()
1242 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample()
1287 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface()
1311 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack()
1322 static void nativeSetDisplayFlags(JNIEnv* env, jclass clazz, jlong transactionObj, jobject tokenObj, in nativeSetDisplayFlags()
1335 jobject tokenObj, jint orientation, in nativeSetDisplayProjection()
1352 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize()
1556 static jboolean nativeSetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeSetDesiredDisplayModeSpecs()
1609 static jobject nativeGetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDesiredDisplayModeSpecs()
[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.cpp107 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in android_view_InputWindowHandle_getHandle() local
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1184 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local
1202 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local
1218 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local
1251 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local
1835 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in interceptKeyBeforeDispatching() local
1866 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in dispatchUnhandledKey() local
2248 static void nativeRemoveInputChannel(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativeRemoveInputChannel()
2260 static void nativePilferPointers(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativePilferPointers()
2400 static void nativeRequestPointerCapture(JNIEnv* env, jobject nativeImplObj, jobject tokenObj, in nativeRequestPointerCapture()
H A Dcom_android_server_display_DisplayControl.cpp38 static void nativeDestroyVirtualDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyVirtualDisplay()