Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp598 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() argument
599 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSamplingAttributes()
615 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() argument
616 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayedContentSamplingEnabled()
622 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() argument
624 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSample()
673 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() argument
674 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeDestroyDisplay()
681 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() argument
682 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.cpp97 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
98 if (tokenObj) { in updateInfo()
99 mInfo.token = ibinderForJavaObject(env, tokenObj); in updateInfo()
100 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.cpp729 jobject tokenObj = javaObjectForIBinder(env, token); in notifyANR() local
733 gServiceClassInfo.notifyANR, tokenObj, in notifyANR()
752 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local
753 if (tokenObj) { in notifyInputChannelBroken()
755 tokenObj); in notifyInputChannelBroken()
1147 jobject tokenObj = javaObjectForIBinder(env, token); in interceptKeyBeforeDispatching() local
1153 tokenObj, keyEventObj, policyFlags); in interceptKeyBeforeDispatching()
1182 jobject tokenObj = javaObjectForIBinder(env, token); in dispatchUnhandledKey() local
1187 tokenObj, keyEventObj, policyFlags); in dispatchUnhandledKey()
1479 static void nativePilferPointers(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativePilferPointers() argument
[all …]