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

/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp666 jobject tokenObj, jobject surfaceObj) {
667 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
675 jobject tokenObj, jint layerStack) {
676 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
683 jobject tokenObj, jint orientation, jobject layerStackRectObj, jobject displayRectObj) {
684 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
703 jobject tokenObj, jobject infoObj) {
704 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
722 static void nativeBlankDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) { argument
723 sp<IBinder> token(ibinderForJavaObject(env, tokenObj));
665 nativeSetDisplaySurface(JNIEnv* env, jclass clazz, jobject tokenObj, jobject surfaceObj) argument
674 nativeSetDisplayLayerStack(JNIEnv* env, jclass clazz, jobject tokenObj, jint layerStack) argument
682 nativeSetDisplayProjection(JNIEnv* env, jclass clazz, jobject tokenObj, jint orientation, jobject layerStackRectObj, jobject displayRectObj) argument
702 nativeGetDisplayInfo(JNIEnv* env, jclass clazz, jobject tokenObj, jobject infoObj) argument
730 nativeUnblankDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) argument
[all...]

Completed in 1672 milliseconds