Searched refs:tokenObj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_input_InputApplicationHandle.cpp | 73 ScopedLocalRef<jobject> tokenObj(env, env->GetObjectField(obj.get(), in updateInfo() local 75 if (tokenObj.get()) { in updateInfo() 76 mInfo.token = ibinderForJavaObject(env, tokenObj.get()); in updateInfo()
|
D | android_view_SurfaceControl.cpp | 1089 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() argument 1090 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSamplingAttributes() 1106 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() argument 1107 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayedContentSamplingEnabled() 1113 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() argument 1115 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeGetDisplayedContentSample() 1158 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() argument 1159 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySurface() 1182 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() argument 1184 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayLayerStack() [all …]
|
D | android_hardware_input_InputWindowHandle.cpp | 120 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local 121 if (tokenObj) { in updateInfo() 122 mInfo.token = ibinderForJavaObject(env, tokenObj); in updateInfo() 123 env->DeleteLocalRef(tokenObj); in updateInfo()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_display_DisplayControl.cpp | 38 static void nativeDestroyVirtualDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyVirtualDisplay() argument 39 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeDestroyVirtualDisplay()
|
D | com_android_server_input_InputManagerService.cpp | 990 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowUnresponsive() local 993 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowUnresponsive, tokenObj, in notifyWindowUnresponsive() 1008 jobject tokenObj = javaObjectForIBinder(env, token); in notifyWindowResponsive() local 1010 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyWindowResponsive, tokenObj, in notifyWindowResponsive() 1024 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local 1025 if (tokenObj) { in notifyInputChannelBroken() 1026 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken, tokenObj); in notifyInputChannelBroken() 1057 jobject tokenObj = javaObjectForIBinder(env, token); in notifyDropWindow() local 1058 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyDropWindow, tokenObj, x, y); in notifyDropWindow() 1543 ScopedLocalRef<jobject> tokenObj(env, javaObjectForIBinder(env, token)); in interceptKeyBeforeDispatching() local [all …]
|