Searched defs:tokenObj (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 483 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() 491 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() 515 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() 528 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() 544 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() 555 jobject tokenObj) { in nativeGetDisplayConfigs() 590 static jint nativeGetActiveConfig(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetActiveConfig() 596 static jboolean nativeSetActiveConfig(JNIEnv* env, jclass clazz, jobject tokenObj, jint id) { in nativeSetActiveConfig() 603 static jintArray nativeGetDisplayColorModes(JNIEnv* env, jclass, jobject tokenObj) { in nativeGetDisplayColorModes() 625 static jint nativeGetActiveColorMode(JNIEnv* env, jclass, jobject tokenObj) { in nativeGetActiveColorMode() [all …]
|