Searched defs:tokenObj (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 580 jobject tokenObj) { in nativeGetDisplayedContentSamplingAttributes() 597 jobject tokenObj, jboolean enable, jint componentMask, jint maxFrames) { in nativeSetDisplayedContentSamplingEnabled() 604 static jobject nativeGetDisplayedContentSample(JNIEnv* env, jclass clazz, jobject tokenObj, in nativeGetDisplayedContentSample() 655 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() 663 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() 687 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() 700 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() 716 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() 727 jobject tokenObj) { in nativeGetDisplayConfigs() 763 jobject tokenObj, jintArray configArray) { in nativeSetAllowedDisplayConfigs() [all …]
|
D | android_hardware_input_InputApplicationHandle.cpp | 67 jobject tokenObj = env->GetObjectField(obj, in updateInfo() local
|
D | android_view_InputChannel.cpp | 260 static void android_view_InputChannel_nativeSetToken(JNIEnv* env, jobject obj, jobject tokenObj) { in android_view_InputChannel_nativeSetToken()
|
D | android_hardware_input_InputWindowHandle.cpp | 104 jobject tokenObj = env->GetObjectField(obj, gInputWindowHandleClassInfo.token); in updateInfo() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 704 jobject tokenObj = javaObjectForIBinder(env, token); in notifyANR() local 727 jobject tokenObj = javaObjectForIBinder(env, token); in notifyInputChannelBroken() local 1121 jobject tokenObj = javaObjectForIBinder(env, token); in interceptKeyBeforeDispatching() local 1156 jobject tokenObj = javaObjectForIBinder(env, token); in dispatchUnhandledKey() local 1460 static void nativePilferPointers(JNIEnv* env, jclass /* clazz */, jlong ptr, jobject tokenObj) { in nativePilferPointers()
|