Searched defs:tokenObj (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_input_InputApplicationHandle.cpp | 73 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local
|
H A D | android_view_SurfaceControl.cpp | 997 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() 1014 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() 1021 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() 1066 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() 1090 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() 1114 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() 1131 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() 1306 static jboolean nativeSetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeSetDesiredDisplayModeSpecs() 1343 static jobject nativeGetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDesiredDisplayModeSpecs() 1369 static jobject nativeGetDisplayNativePrimaries(JNIEnv* env, jclass, jobject tokenObj) { in nativeGetDisplayNativePrimaries() [all …]
|
H A D | android_hardware_input_InputWindowHandle.cpp | 119 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_display_DisplayControl.cpp | 34 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay()
|
H A D | com_android_server_input_InputManagerService.cpp | 900 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local 918 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local 934 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local 968 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local 1454 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in interceptKeyBeforeDispatching() local 1485 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in dispatchUnhandledKey() local 1849 static void nativeRemoveInputChannel(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativeRemoveInputChannel() 1861 static void nativePilferPointers(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativePilferPointers() 1987 static void nativeRequestPointerCapture(JNIEnv* env, jobject nativeImplObj, jobject tokenObj, in nativeRequestPointerCapture()
|