Searched refs:tokenObject (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 1536 static void nativeOverrideHdrTypes(JNIEnv* env, jclass clazz, jobject tokenObject, in nativeOverrideHdrTypes() argument 1538 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeOverrideHdrTypes() 1557 static void nativeSetAutoLowLatencyMode(JNIEnv* env, jclass clazz, jobject tokenObject, jboolean on… in nativeSetAutoLowLatencyMode() argument 1558 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetAutoLowLatencyMode() 1564 static void nativeSetGameContentType(JNIEnv* env, jclass clazz, jobject tokenObject, jboolean on) { in nativeSetGameContentType() argument 1565 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetGameContentType()
|