Searched refs:tokenObj (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 416 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() argument 417 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeDestroyDisplay() 423 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() argument 424 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySurface() 440 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() argument 441 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayLayerStack() 448 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() argument 451 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplayProjection() 459 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() argument 460 sp<IBinder> token(ibinderForJavaObject(env, tokenObj)); in nativeSetDisplaySize() [all …]
|