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 67 jobject surfaceObj = android_view_Surface_createFromIGraphicBufferProducer(env, bufferProducer);
68 if (surfaceObj == NULL) {
76 surfaceObj, width, height, flags);
77 env->DeleteLocalRef(surfaceObj);
android_view_Surface.cpp 88 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) {
89 return android_view_Surface_getSurface(env, surfaceObj);
92 sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj) {
94 jobject lock = env->GetObjectField(surfaceObj,
98 env->GetIntField(surfaceObj, gSurfaceClassInfo.mNativeObject));
115 jobject surfaceObj = env->NewObject(gSurfaceClassInfo.clazz, gSurfaceClassInfo.ctor, surface.get());
116 if (surfaceObj == NULL) {
125 return surfaceObj;

Completed in 307 milliseconds