Searched refs:tokenObj (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_input_InputApplicationHandle.cpp | 71 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local 73 if (tokenObj.get()) { in updateInfo() 74 mInfo.token = ibinderForJavaObject(env, tokenObj.get()); in updateInfo()
|
D | android_view_SurfaceControl.cpp | 899 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() argument 900 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSamplingAttributes() 916 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() argument 917 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayedContentSamplingEnabled() 923 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() argument 925 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSample() 974 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() argument 975 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeDestroyDisplay() 982 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() argument 983 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySurface() [all …]
|
D | android_hardware_input_InputWindowHandle.cpp | 108 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local 109 if (tokenObj) { in updateInfo() 110 mInfo.token = ibinderForJavaObject(env, tokenObj); in updateInfo() 111 env->DeleteLocalRef(tokenObj); in updateInfo()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 830 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local 833 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowUnresponsive, tokenObj, in notifyWindowUnresponsive() 847 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local 849 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowResponsive, tokenObj); in notifyWindowResponsive() 891 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local 892 if (tokenObj) { in notifyInputChannelBroken() 894 tokenObj); in notifyInputChannelBroken() 936 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local 937 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyDropWindow, tokenObj, x, y); in notifyDropWindow() 1296 jobject tokenObj = javaObjectForIBinder(env, token); in interceptKeyBeforeDispatching() local [all …]
|