Searched refs:getSurface (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp306 sp<Surface> surface(ctrl->getSurface());
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp402 static sp<Surface> getSurface(JNIEnv* env, jobject surface) { function
616 if ((s = getSurface(env, surface)) == NULL) {
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java88 mSurface = mImageReader.getSurface();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java149 mSurface = mImageReader.getSurface();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java245 mRecorder.setPreviewDisplay(mSurfaceHolder.getSurface());
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp292 sp<ANativeWindow> anw = sc->getSurface();
/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp304 mOutputSurface = mSurfaceControl->getSurface();
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp410 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp368 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp652 surface = control->getSurface();
H A Dstagefright.cpp937 gSurface = control->getSurface();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp248 sp<Surface> s = control->getSurface();
/frameworks/base/core/java/android/view/
H A DSurfaceView.java866 public Surface getSurface() {
/frameworks/base/libs/input/
H A DSpriteController.cpp201 sp<Surface> surface = update.state.surfaceControl->getSurface();
/frameworks/base/media/java/android/media/tv/
H A DTvView.java123 mSurface = holder.getSurface();
/frameworks/base/core/java/android/hardware/
H A DCamera.java631 setPreviewSurface(holder.getSurface());
1058 previewSurface = previewAllocation.getSurface();
/frameworks/rs/
H A DrsAllocation.cpp495 void * Allocation::getSurface(const Context *rsc) { function in class:Allocation
513 //return rsc->mHal.funcs.allocation.getSurface(rsc, this);
741 void *s = alloc->getSurface(rsc);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp106 sp<ANativeWindow> window = mSurfaceControl->getSurface();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1033 + mSurfaceHolder.getSurface() + " of: " + this);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1558 public Surface getSurface() { method in class:Allocation
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java711 surface = sh.getSurface();

Completed in 1908 milliseconds

123