Searched refs:tokenObject (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_display_DisplayControl.cpp | 40 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 D | android_view_SurfaceControl.cpp | 1641 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()
|