Searched defs:tokenObj (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp359 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { argument
360 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
366 jobject tokenObj, jlong nativeSurfaceObject) {
367 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
378 jobject tokenObj, jint layerStack) {
379 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
386 jobject tokenObj, jint orientation,
389 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
397 jobject tokenObj, jint width, jint height) {
398 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
365 nativeSetDisplaySurface(JNIEnv* env, jclass clazz, jobject tokenObj, jlong nativeSurfaceObject) argument
377 nativeSetDisplayLayerStack(JNIEnv* env, jclass clazz, jobject tokenObj, jint layerStack) argument
385 nativeSetDisplayProjection(JNIEnv* env, jclass clazz, jobject tokenObj, jint orientation, jint layerStackRect_left, jint layerStackRect_top, jint layerStackRect_right, jint layerStackRect_bottom, jint displayRect_left, jint displayRect_top, jint displayRect_right, jint displayRect_bottom) argument
396 nativeSetDisplaySize(JNIEnv* env, jclass clazz, jobject tokenObj, jint width, jint height) argument
403 nativeGetDisplayConfigs(JNIEnv* env, jclass clazz, jobject tokenObj) argument
441 nativeGetActiveConfig(JNIEnv* env, jclass clazz, jobject tokenObj) argument
447 nativeSetActiveConfig(JNIEnv* env, jclass clazz, jobject tokenObj, jint id) argument
454 nativeSetDisplayPowerMode(JNIEnv* env, jclass clazz, jobject tokenObj, jint mode) argument
[all...]

Completed in 55 milliseconds