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

  /frameworks/base/include/android_runtime/
android_view_Surface.h 31 JNIEnv* env, jobject surfaceObj);
37 extern sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj);
  /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 90 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) {
91 return android_view_Surface_getSurface(env, surfaceObj);
94 sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj) {
96 jobject lock = env->GetObjectField(surfaceObj,
100 env->GetLongField(surfaceObj, gSurfaceClassInfo.mNativeObject));
118 jobject surfaceObj = env->NewObject(gSurfaceClassInfo.clazz,
120 if (surfaceObj == NULL) {
129 return surfaceObj;
android_view_SurfaceControl.cpp 192 jobject surfaceObj, jobject sourceCropObj, jint width, jint height,
196 sp<Surface> consumer = android_view_Surface_getSurface(env, surfaceObj);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java     [all...]

Completed in 350 milliseconds