Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_display_DisplayControl.cpp44 static void nativeOverrideHdrTypes(JNIEnv* env, jclass clazz, jobject tokenObject, in nativeOverrideHdrTypes() argument
46 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeOverrideHdrTypes()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1762 static void nativeSetBootDisplayMode(JNIEnv* env, jclass clazz, jobject tokenObject, in nativeSetBootDisplayMode() argument
1764 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetBootDisplayMode()
1770 static void nativeClearBootDisplayMode(JNIEnv* env, jclass clazz, jobject tokenObject) { in nativeClearBootDisplayMode() argument
1771 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeClearBootDisplayMode()
1777 static void nativeSetAutoLowLatencyMode(JNIEnv* env, jclass clazz, jobject tokenObject, jboolean on… in nativeSetAutoLowLatencyMode() argument
1778 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetAutoLowLatencyMode()
1784 static void nativeSetGameContentType(JNIEnv* env, jclass clazz, jobject tokenObject, jboolean on) { in nativeSetGameContentType() argument
1785 sp<IBinder> token(ibinderForJavaObject(env, tokenObject)); in nativeSetGameContentType()