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

/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp82 EGLNativeWindowType WindowSurface::getSurface() const { function in class:WindowSurface
83 sp<ANativeWindow> anw = mSurfaceControl->getSurface();
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java58 public Surface getSurface() { method in class:VirtualDisplay
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java322 public Surface getSurface(); method in interface:SurfaceHolder
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java238 * android.view.SurfaceView} by calling {@link android.view.SurfaceHolder#getSurface}, or from
337 * from {@link android.view.SurfaceView} by calling {@link android.view.SurfaceHolder#getSurface},
455 public @Nullable Surface getSurface() { method in class:OutputConfiguration
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java230 public Surface getSurface() { method in class:BaseSurfaceHolder
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp249 sp<Surface> SurfaceControl::getSurface() const function in class:android::SurfaceControl
/frameworks/rs/cpp/
H A DAllocation.cpp499 sp<Surface> Allocation::getSurface() { function in class:Allocation
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp390 static sp<Surface> getSurface(JNIEnv* env, jobject surface) { function
555 if ((s = getSurface(env, surface)) == NULL) {
640 if ((s = getSurface(env, surface)) == NULL) {
H A Dcom_google_android_gles_jni_EGLImpl.cpp55 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { function in namespace:android
169 EGLContext sur = getSurface(_env, surface);
400 EGLSurface sur = getSurface(_env, surface);
423 EGLSurface sdr = getSurface(_env, draw);
424 EGLSurface srd = getSurface(_env, read);
445 EGLSurface sur = getSurface(_env, surface);
/frameworks/base/media/java/android/media/
H A DImageReader.java349 public Surface getSurface() { method in class:ImageReader
H A DMediaRecorder.java131 * @deprecated Use {@link #getSurface} and the {@link android.hardware.camera2} API instead.
146 public native Surface getSurface(); method in class:MediaRecorder
150 * <p> May only be called before {@link #prepare}. If called, {@link #getSurface} should
350 * When using this video source type, use {@link MediaRecorder#getSurface()}
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp95 sp<Surface> getSurface() const function in class:Hwc2TestSurfaceManager
247 if (!mEglManager.initialize(mSurfaceManager.getSurface()))
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2971 mGetSurfaceSurface = alloc.getSurface();
3020 public Surface getSurface() { method in class:Allocation
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java502 void getSurface(Surface outSurface) { method in class:WindowSurfaceController
/frameworks/rs/
H A DrsAllocation.cpp592 void * Allocation::getSurface(const Context *rsc) { function in class:android::renderscript::Allocation
862 void *s = alloc->getSurface(rsc);

Completed in 336 milliseconds