Searched defs:tokenObj (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 331 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeDestroyDisplay() 338 jobject tokenObj, jlong nativeSurfaceObject) { in nativeSetDisplaySurface() 350 jobject tokenObj, jint layerStack) { in nativeSetDisplayLayerStack() 358 jobject tokenObj, jint orientation, in nativeSetDisplayProjection() 369 jobject tokenObj, jint width, jint height) { in nativeSetDisplaySize() 376 jobject tokenObj) { in nativeGetDisplayConfigs() 411 static jint nativeGetActiveConfig(JNIEnv* env, jclass clazz, jobject tokenObj) { in nativeGetActiveConfig() 417 static jboolean nativeSetActiveConfig(JNIEnv* env, jclass clazz, jobject tokenObj, jint id) { in nativeSetActiveConfig() 424 static void nativeSetDisplayPowerMode(JNIEnv* env, jclass clazz, jobject tokenObj, jint mode) { in nativeSetDisplayPowerMode()
|