Searched defs:getSurface (Results 1 - 11 of 11) 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.java59 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/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp402 static sp<Surface> getSurface(JNIEnv* env, jobject surface) { function
616 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
172 EGLContext sur = getSurface(_env, surface);
453 EGLSurface sur = getSurface(_env, surface);
476 EGLSurface sdr = getSurface(_env, draw);
477 EGLSurface srd = getSurface(_env, read);
498 EGLSurface sur = getSurface(_env, surface);
/frameworks/base/media/java/android/media/
H A DImageReader.java211 public Surface getSurface() { method in class:ImageReader
H A DMediaRecorder.java124 * @deprecated Use {@link #getSurface} and the {@link android.hardware.camera2} API instead.
139 public native Surface getSurface(); method in class:MediaRecorder
269 * When using this video source type, use {@link MediaRecorder#getSurface()}
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1558 public Surface getSurface() { method in class:Allocation
/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);

Completed in 697 milliseconds