Searched defs:update_flags (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.h46 display::SurfaceUpdateFlags update_flags() const { return update_flags_; } function in class:android::dvr::DisplaySurface
83 void SurfaceUpdated(display::SurfaceUpdateFlags update_flags);
H A Ddisplay_service.cpp134 display::SurfaceUpdateFlags update_flags = local
135 surface_status.get()->update_flags();
142 SurfaceUpdated(surface_type, update_flags);
147 display::SurfaceUpdateFlags update_flags) {
148 ALOGD_IF(TRACE, "DisplayService::SurfaceUpdated: update_flags=%x",
149 update_flags.value());
150 if (update_flags.value() != 0) {
146 SurfaceUpdated(SurfaceType surface_type, display::SurfaceUpdateFlags update_flags) argument
H A Ddisplay_surface.cpp68 display::SurfaceUpdateFlags update_flags; local
110 update_flags.Set(display::SurfaceUpdateFlags::AttributesChanged);
112 update_flags.Set(display::SurfaceUpdateFlags::VisibilityChanged);
116 SurfaceUpdated(update_flags);
120 void DisplaySurface::SurfaceUpdated(display::SurfaceUpdateFlags update_flags) { argument
122 "DisplaySurface::SurfaceUpdated: surface_id=%d update_flags=0x%x",
123 surface_id(), update_flags.value());
125 update_flags_.Set(update_flags);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h142 SurfaceUpdateFlags update_flags; member in struct:android::SurfaceState
175 surface_attributes, update_flags, queue_ids);
/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_display_manager-test.cpp135 DvrSurfaceUpdateFlags update_flags; local
137 surface_index, &update_flags);
141 return {update_flags};

Completed in 354 milliseconds