Searched defs:surface_type (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.h47 void ForEachDisplaySurface(SurfaceType surface_type, A action) const { argument
48 ForEachChannel([surface_type,
51 if (surface->surface_type() == surface_type)
102 void SurfaceUpdated(SurfaceType surface_type,
H A Ddisplay_surface.h37 SurfaceType surface_type() const { return surface_type_; } function in class:android::dvr::DisplaySurface
55 DisplaySurface(DisplayService* service, SurfaceType surface_type,
H A Ddisplay_service.cpp47 SurfaceUpdated(surface->surface_type(),
133 SurfaceType surface_type = surface_status.get()->surface_type(); local
142 SurfaceUpdated(surface_type, update_flags);
146 void DisplayService::SurfaceUpdated(SurfaceType surface_type, argument
151 if (surface_type == SurfaceType::Application)
H A Ddisplay_surface.cpp28 SurfaceType surface_type, int surface_id,
32 surface_type_(surface_type),
126 service()->SurfaceUpdated(surface_type(), update_flags_);
27 DisplaySurface(DisplayService* service, SurfaceType surface_type, int surface_id, int process_id, int user_id, const display::SurfaceAttributes& attributes) argument

Completed in 159 milliseconds