Searched refs:SurfaceType (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.h23 enum class SurfaceType { class in namespace:android::dvr
37 SurfaceType surface_type() const { return surface_type_; }
55 DisplaySurface(DisplayService* service, SurfaceType surface_type,
103 SurfaceType surface_type_;
124 : DisplaySurface(service, SurfaceType::Application, surface_id,
144 : DisplaySurface(service, SurfaceType::Direct, surface_id, process_id,
H A Ddisplay_service.cpp133 SurfaceType surface_type = surface_status.get()->surface_type();
146 void DisplayService::SurfaceUpdated(SurfaceType surface_type,
151 if (surface_type == SurfaceType::Application)
196 SurfaceType::Direct,
255 SurfaceType::Application,
H A Ddisplay_manager_service.cpp96 SurfaceType::Application,
113 if (!surface || surface->surface_type() != SurfaceType::Application)
H A Ddisplay_service.h47 void ForEachDisplaySurface(SurfaceType surface_type, A action) const {
102 void SurfaceUpdated(SurfaceType surface_type,
H A Ddisplay_surface.cpp28 SurfaceType surface_type, int surface_id,
/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h36 enum SurfaceType{ enum in class:android::hardware::camera2::params::OutputConfiguration
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h36 enum SurfaceType{ enum in class:android::hardware::camera2::params::OutputConfiguration

Completed in 270 milliseconds