Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_input_InputApplicationHandle.cpp71 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local
Dandroid_view_SurfaceControl.cpp899 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes()
916 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled()
923 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample()
974 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay()
982 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface()
1006 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack()
1019 jobject tokenObj, jint orientation, in nativeSetDisplayProjection()
1036 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize()
1096 static jobject nativeGetStaticDisplayInfo(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetStaticDisplayInfo()
1145 static jobject nativeGetDynamicDisplayInfo(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDynamicDisplayInfo()
[all …]
Dandroid_hardware_input_InputWindowHandle.cpp108 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp830 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local
847 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local
891 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local
936 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local
1296 jobject tokenObj = javaObjectForIBinder(env, token); in interceptKeyBeforeDispatching() local
1331 jobject tokenObj = javaObjectForIBinder(env, token); in dispatchUnhandledKey() local
1634 static void nativeRemoveInputChannel(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativeRemoveInputChannel()
1646 static void nativePilferPointers(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativePilferPointers()
1796 jobject tokenObj, jboolean enabled) { in nativeRequestPointerCapture()