Searched refs:tokenObj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 598 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 …]
|
D | android_hardware_input_InputApplicationHandle.cpp | 67 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()
|
D | android_hardware_input_InputWindowHandle.cpp | 97 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()
|
D | android_view_InputChannel.cpp | 260 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/ |
D | com_android_server_input_InputManagerService.cpp | 729 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 …]
|