Searched defs:getSurface (Results 1 - 13 of 13) 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/camera2/params/
H A DOutputConfiguration.java116 public Surface getSurface() { method in class:OutputConfiguration
/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.java283 public Surface getSurface(); method in interface:SurfaceHolder
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java219 public Surface getSurface() { method in class:BaseSurfaceHolder
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp182 sp<Surface> SurfaceControl::getSurface() const function in class:android::SurfaceControl
/frameworks/rs/cpp/
H A DAllocation.cpp500 RSC::sp<Surface> Allocation::getSurface() { function in class:Allocation
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp401 static sp<Surface> getSurface(JNIEnv* env, jobject surface) { function
632 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);
449 EGLSurface sur = getSurface(_env, surface);
472 EGLSurface sdr = getSurface(_env, draw);
473 EGLSurface srd = getSurface(_env, read);
494 EGLSurface sur = getSurface(_env, surface);
/frameworks/base/media/java/android/media/
H A DImageReader.java240 public Surface getSurface() { method in class:ImageReader
H A DMediaRecorder.java127 * @deprecated Use {@link #getSurface} and the {@link android.hardware.camera2} API instead.
142 public native Surface getSurface(); method in class:MediaRecorder
146 * <p> May only be called before {@link #prepare}. If called, {@link #getSurface} should
299 * When using this video source type, use {@link MediaRecorder#getSurface()}
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2060 public Surface getSurface() { method in class:Allocation
/frameworks/rs/
H A DrsAllocation.cpp576 void * Allocation::getSurface(const Context *rsc) { function in class:Allocation
594 //return rsc->mHal.funcs.allocation.getSurface(rsc, this);
825 void *s = alloc->getSurface(rsc);

Completed in 4647 milliseconds