Searched defs:tokenObj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_input_InputApplicationHandle.cpp | 73 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local
|
D | android_view_SurfaceControl.cpp | 1248 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() 1265 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() 1272 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() 1317 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() 1341 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() 1352 static void nativeSetDisplayFlags(JNIEnv* env, jclass clazz, jlong transactionObj, jobject tokenObj, in nativeSetDisplayFlags() 1365 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() 1382 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() 1586 static jboolean nativeSetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeSetDesiredDisplayModeSpecs() 1639 static jobject nativeGetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDesiredDisplayModeSpecs() [all …]
|
D | android_hardware_input_InputWindowHandle.cpp | 108 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in android_view_InputWindowHandle_getHandle() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_display_DisplayControl.cpp | 39 static void nativeDestroyVirtualDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyVirtualDisplay()
|
D | com_android_server_input_InputManagerService.cpp | 1246 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local 1264 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local 1280 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local 1313 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local 1955 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in interceptKeyBeforeDispatching() local 2003 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in dispatchUnhandledKey() local 2376 static void nativeRemoveInputChannel(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativeRemoveInputChannel() 2388 static void nativePilferPointers(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativePilferPointers() 2528 static void nativeRequestPointerCapture(JNIEnv* env, jobject nativeImplObj, jobject tokenObj, in nativeRequestPointerCapture()
|