Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp580 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() argument
581 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSamplingAttributes()
597 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() argument
598 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayedContentSamplingEnabled()
604 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() argument
606 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSample()
655 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() argument
656 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeDestroyDisplay()
663 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() argument
664 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySurface()
[all …]
Dandroid_hardware_input_InputApplicationHandle.cpp67 jobject tokenObj = env->GetObjectField(obj, in updateInfo() local
69 if (tokenObj) { in updateInfo()
70 mInfo.token = ibinderForJavaObject(env, tokenObj); in updateInfo()
71 env->DeleteLocalRef(tokenObj); in updateInfo()
Dandroid_hardware_input_InputWindowHandle.cpp104 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
105 if (tokenObj) { in updateInfo()
106 mInfo.token = ibinderForJavaObject(env, tokenObj); in updateInfo()
107 env->DeleteLocalRef(tokenObj); in updateInfo()
Dandroid_view_InputChannel.cpp260 static void android_view_InputChannel_nativeSetToken(JNIEnv* env, jobject obj, jobject tokenObj) { in android_view_InputChannel_nativeSetToken() argument
263 sp<IBinder> token = ibinderForJavaObject(env, tokenObj); in android_view_InputChannel_nativeSetToken()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp704 jobject tokenObj = javaObjectForIBinder(env, token); in notifyANR() local
708 gServiceClassInfo.notifyANR, tokenObj, in notifyANR()
727 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local
728 if (tokenObj) { in notifyInputChannelBroken()
730 tokenObj); in notifyInputChannelBroken()
1121 jobject tokenObj = javaObjectForIBinder(env, token); in interceptKeyBeforeDispatching() local
1127 tokenObj, keyEventObj, policyFlags); in interceptKeyBeforeDispatching()
1156 jobject tokenObj = javaObjectForIBinder(env, token); in dispatchUnhandledKey() local
1161 tokenObj, keyEventObj, policyFlags); in dispatchUnhandledKey()
1460 static void nativePilferPointers(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativePilferPointers() argument
[all …]