HomeSort by relevance Sort by last modified time
    Searched defs:surfaceObj (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 68 jobject surfaceObj = android_view_Surface_createFromIGraphicBufferProducer(env, bufferProducer);
69 if (surfaceObj == NULL) {
77 surfaceObj, width, height, flags, session);
78 env->DeleteLocalRef(surfaceObj);
android_view_Surface.cpp 89 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) {
90 return android_view_Surface_getSurface(env, surfaceObj);
93 sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj) {
95 jobject lock = env->GetObjectField(surfaceObj,
99 env->GetIntField(surfaceObj, gSurfaceClassInfo.mNativeObject));
116 jobject surfaceObj = env->NewObject(gSurfaceClassInfo.clazz, gSurfaceClassInfo.ctor, surface.get());
117 if (surfaceObj == NULL) {
126 return surfaceObj;

Completed in 722 milliseconds