Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_input_InputApplicationHandle.cpp73 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local
Dandroid_view_SurfaceControl.cpp1089 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes()
1106 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled()
1113 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample()
1158 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface()
1182 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack()
1193 static void nativeSetDisplayFlags(JNIEnv* env, jclass clazz, jlong transactionObj, jobject tokenObj, in nativeSetDisplayFlags()
1206 jobject tokenObj, jint orientation, in nativeSetDisplayProjection()
1223 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize()
1399 static jboolean nativeSetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeSetDesiredDisplayModeSpecs()
1452 static jobject nativeGetDesiredDisplayModeSpecs(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetDesiredDisplayModeSpecs()
[all …]
Dandroid_hardware_input_InputWindowHandle.cpp120 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
/frameworks/base/services/core/jni/
Dcom_android_server_display_DisplayControl.cpp38 static void nativeDestroyVirtualDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyVirtualDisplay()
Dcom_android_server_input_InputManagerService.cpp990 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local
1008 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local
1024 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local
1057 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local
1543 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in interceptKeyBeforeDispatching() local
1574 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in dispatchUnhandledKey() local
1914 static void nativeRemoveInputChannel(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativeRemoveInputChannel()
1926 static void nativePilferPointers(JNIEnv* env, jobject nativeImplObj, jobject tokenObj) { in nativePilferPointers()
2060 static void nativeRequestPointerCapture(JNIEnv* env, jobject nativeImplObj, jobject tokenObj, in nativeRequestPointerCapture()