Searched refs:surface_type (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/vr/libvrflinger/ |
D | display_service.h | 49 void ForEachDisplaySurface(SurfaceType surface_type, A action) const { in ForEachDisplaySurface() argument 50 ForEachChannel([surface_type, in ForEachDisplaySurface() 53 if (surface->surface_type() == surface_type) in ForEachDisplaySurface() 102 void SurfaceUpdated(SurfaceType surface_type,
|
D | display_service.cpp | 65 if (surface->surface_type() == SurfaceType::Application) { in DumpState() 90 if (surface->surface_type() == SurfaceType::Direct) { in DumpState() 262 void DisplayService::SurfaceUpdated(SurfaceType surface_type, in SurfaceUpdated() argument 267 if (surface_type == SurfaceType::Application) in SurfaceUpdated()
|
D | display_surface.h | 37 SurfaceType surface_type() const { return surface_type_; } in surface_type() function 55 DisplaySurface(DisplayService* service, SurfaceType surface_type,
|
D | display_surface.cpp | 28 SurfaceType surface_type, int surface_id, in DisplaySurface() argument 31 surface_type_(surface_type), in DisplaySurface() 133 service()->SurfaceUpdated(surface_type(), update_flags_); in SurfaceUpdated()
|
D | display_manager_service.cpp | 117 if (!surface || surface->surface_type() != SurfaceType::Application) in OnGetSurfaceQueue()
|