Home
last modified time | relevance | path

Searched refs:tokenObject (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_DisplayControl.cpp40 static void nativeOverrideHdrTypes(JNIEnv* env, jclass clazz, jobject tokenObject, in nativeOverrideHdrTypes() argument
42 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeOverrideHdrTypes()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1641 static void nativeSetBootDisplayMode(JNIEnv* env, jclass clazz, jobject tokenObject, in nativeSetBootDisplayMode() argument
1643 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetBootDisplayMode()
1649 static void nativeClearBootDisplayMode(JNIEnv* env, jclass clazz, jobject tokenObject) { in nativeClearBootDisplayMode() argument
1650 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeClearBootDisplayMode()
1656 static void nativeSetAutoLowLatencyMode(JNIEnv* env, jclass clazz, jobject tokenObject, jboolean on… in nativeSetAutoLowLatencyMode() argument
1657 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetAutoLowLatencyMode()
1663 static void nativeSetGameContentType(JNIEnv* env, jclass clazz, jobject tokenObject, jboolean on) { in nativeSetGameContentType() argument
1664 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetGameContentType()