Searched refs:SurfaceType (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/vr/libvrflinger/ |
D | display_surface.h | 23 enum class SurfaceType { enum 37 SurfaceType surface_type() const { return surface_type_; } in surface_type() 55 DisplaySurface(DisplayService* service, SurfaceType surface_type, 102 SurfaceType surface_type_; 122 : DisplaySurface(service, SurfaceType::Application, surface_id, in ApplicationDisplaySurface() 142 : DisplaySurface(service, SurfaceType::Direct, surface_id, process_id, in DirectDisplaySurface()
|
D | display_service.cpp | 67 if (surface->surface_type() == SurfaceType::Application) { in DumpState() 92 if (surface->surface_type() == SurfaceType::Direct) { in DumpState() 283 void DisplayService::SurfaceUpdated(SurfaceType surface_type, in SurfaceUpdated() 288 if (surface_type == SurfaceType::Application) in SurfaceUpdated() 363 SurfaceType::Direct, in GetVisibleDisplaySurfaces() 427 SurfaceType::Application, in IsVrAppRunning()
|
D | display_manager_service.cpp | 100 SurfaceType::Application, in OnGetSurfaceState() 117 if (!surface || surface->surface_type() != SurfaceType::Application) in OnGetSurfaceQueue()
|
D | display_service.h | 49 void ForEachDisplaySurface(SurfaceType surface_type, A action) const { in ForEachDisplaySurface() 103 void SurfaceUpdated(SurfaceType surface_type,
|
D | display_surface.cpp | 28 SurfaceType surface_type, int surface_id, in DisplaySurface()
|
/frameworks/av/camera/include/camera/camera2/ |
D | OutputConfiguration.h | 36 enum SurfaceType{ enum
|