Searched refs:tokenObj (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 483 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() argument 484 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeDestroyDisplay() 491 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() argument 492 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySurface() 515 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() argument 517 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayLayerStack() 528 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() argument 531 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayProjection() 544 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() argument 545 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySize() [all …]
|