Home
last modified time | relevance | path

Searched refs:SurfaceListener (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DWallpaperSurfaceCallback.java48 public interface SurfaceListener { interface in WallpaperSurfaceCallback
64 private final SurfaceListener mListener;
74 @Nullable SurfaceListener listener) { in WallpaperSurfaceCallback()
95 SurfaceView wallpaperSurface, @Nullable SurfaceListener listener) { in WallpaperSurfaceCallback()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h43 class SurfaceListener : public virtual RefBase
46 SurfaceListener() = default;
47 virtual ~SurfaceListener() = default;
335 const sp<SurfaceListener>& sListener);
373 ProducerListenerProxy(wp<Surface> parent, sp<SurfaceListener> listener) in ProducerListenerProxy()
388 sp<SurfaceListener> mSurfaceListener;
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h154 class BufferProducerListener : public SurfaceListener {
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java202 new WallpaperSurfaceCallback.SurfaceListener() { in onCreateView()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp61 class FakeSurfaceListener : public SurfaceListener {
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1869 int api, bool reportBufferRemoval, const sp<SurfaceListener>& sListener) { in connect()