Home
last modified time | relevance | path

Searched defs:Surface (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/native/libs/nativewindow/rust/src/
Dsurface.rs41 pub struct Surface(NonNull<ANativeWindow>); struct
43 impl Surface { implementation
198 impl Drop for Surface { implementation
207 impl Debug for Surface { implementation
217 impl Clone for Surface { implementation
227 impl UnstructuredParcelable for Surface { implementation
261 unsafe impl Send for Surface {} implementation
264 unsafe impl Sync for Surface {} implementation
/frameworks/native/libs/gui/include/gui/
DFlags.h25 class Surface; variable
27 class Surface; variable
DSurfaceControl.h41 class Surface; variable
116 friend class Surface; variable
/frameworks/base/core/jni/
Dandroid_hardware_camera2_utils_SurfaceUtils.cpp213 {"nativeDetectSurfaceType", "(Landroid/view/Surface;)I", in nativeDetectSurfaceType()
215 {"nativeDetectSurfaceDataspace", "(Landroid/view/Surface;)I", in nativeDetectSurfaceDataspace()
219 {"nativeDetectSurfaceUsageFlags", "(Landroid/view/Surface;)J", in nativeDetectSurfaceUsageFlags()
221 {"nativeGetSurfaceId", "(Landroid/view/Surface;)J", (void*)SurfaceUtils_nativeGetSurfaceId}, in nativeGetSurfaceId()
/frameworks/base/core/jni/include/android_runtime/
Dandroid_view_Surface.h28 class Surface; variable
/frameworks/av/media/libstagefright/include/media/stagefright/
DSurfaceUtils.h25 class Surface; variable
/frameworks/av/camera/include/camera/
DCamera.h39 class Surface; variable
/frameworks/av/media/libmedia/include/media/
DIMediaRecorder.h29 class Surface; variable
Dmediarecorder.h33 class Surface; variable
38 class Surface; variable
DIMediaPlayer.h38 class Surface; variable
/frameworks/base/libs/hwui/
DReadback.h33 class Surface; variable
/frameworks/av/camera/include/camera/android/hardware/
DICamera.h31 class Surface; variable
/frameworks/base/core/tests/coretests/jni/
DViewRootImplTestJni.cpp65 { "nativeCreateASurfaceControlFromSurface", "(Landroid/view/Surface;)Z", in JNI_OnLoad()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3FakeStream.h88 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId()
/frameworks/native/libs/nativewindow/include/android/
Dnative_window_aidl.h182 using Surface = aidl::android::hardware::NativeWindow; variable
/frameworks/av/media/libstagefright/include/
DFrameCaptureLayer.h31 class Surface; variable
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h42 class Surface; variable
DCacheManager.h34 class Surface; variable
/frameworks/av/camera/include/camera/camera2/
DCaptureRequest.h27 class Surface; variable
DOutputConfiguration.h32 class Surface; variable
/frameworks/base/core/java/android/view/
DSurface.java67 public class Surface implements Parcelable { class
350 public Surface() { in Surface() method in Surface
362 public Surface(@NonNull SurfaceControl from) { in Surface() method in Surface
383 public Surface(SurfaceTexture surfaceTexture) { in Surface() method in Surface
397 private Surface(long nativeObject) { in Surface() method in Surface
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.h34 class Surface; variable
/frameworks/base/services/core/jni/
Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp115 {"acquireSurfaceHandle", "(Landroid/view/Surface;)Landroid/os/NativeHandle;", in acquireSurfaceHandle()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.h46 class Surface; variable
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerDecoderBase.h31 class Surface; variable

123