Home
last modified time | relevance | path

Searched defs:getSurface (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp84 EGLNativeWindowType WindowSurface::getSurface() const { in getSurface() function in WindowSurface
/frameworks/base/core/java/android/view/
DScrollCaptureSession.java59 public Surface getSurface() { in getSurface() method in ScrollCaptureSession
DSurfaceHolder.java326 public Surface getSurface(); in getSurface() method
/frameworks/av/media/libstagefright/include/
DFrameCaptureLayer.h50 sp<Surface> getSurface() { return mSurface; } in getSurface() function
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java58 public Surface getSurface() { in getSurface() method in VirtualDisplay
DVirtualDisplayConfig.java192 public @Nullable Surface getSurface() { in getSurface() method in VirtualDisplayConfig
/frameworks/base/graphics/java/android/graphics/
DBLASTBufferQueue.java46 public Surface getSurface() { in getSurface() method in BLASTBufferQueue
/frameworks/native/libs/gui/
DSurfaceControl.cpp131 sp<Surface> SurfaceControl::getSurface() const in getSurface() function in android::SurfaceControl
/frameworks/base/core/java/com/android/internal/view/
DBaseSurfaceHolder.java230 public Surface getSurface() { in getSurface() method in BaseSurfaceHolder
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java588 public @Nullable Surface getSurface() { in getSurface() method in OutputConfiguration
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp82 sp<Surface> getSurface() const { return mSurface; } in getSurface() function in android::SurfaceManager
/frameworks/base/media/java/android/media/
DImageReader.java374 public Surface getSurface() { in getSurface() method in ImageReader
DMediaRecorder.java174 public native Surface getSurface(); in getSurface() method in MediaRecorder
/frameworks/rs/cpp/
DAllocation.cpp499 sp<Surface> Allocation::getSurface() { in getSurface() function in Allocation
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp423 static sp<Surface> getSurface(JNIEnv* env, jobject surface) { in getSurface() function
Dcom_google_android_gles_jni_EGLImpl.cpp50 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { in getSurface() function
/frameworks/rs/
DrsAllocation.cpp592 void * Allocation::getSurface(const Context *rsc) { in getSurface() function in android::renderscript::Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocation.java3020 public Surface getSurface() { in getSurface() method in Allocation
/frameworks/av/media/libstagefright/
DMediaCodec.cpp370 const sp<Surface> &getSurface() { in getSurface() function in android::MediaCodec::ReleaseSurface