Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_input_InputApplicationHandle.cpp71 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()
Dandroid_view_SurfaceControl.cpp899 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 …]
Dandroid_hardware_input_InputWindowHandle.cpp108 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/
Dcom_android_server_input_InputManagerService.cpp830 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 …]