Searched defs:DisplaySurface (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplaySurface.h32 class DisplaySurface : public virtual RefBase { class in namespace:android
35 // the configuration is known. The DisplaySurface should do anything it
42 // before composition takes place. The DisplaySurface can use the
83 DisplaySurface() {} function in class:android::DisplaySurface
84 virtual ~DisplaySurface() {}
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp27 DisplaySurface::DisplaySurface(DisplayService* service, function in class:android::dvr::DisplaySurface
39 DisplaySurface::~DisplaySurface() {
41 "DisplaySurface::~DisplaySurface: surface_id=%d process_id=%d",
45 Status<void> DisplaySurface::HandleMessage(pdx::Message& message) {
49 *this, &DisplaySurface::OnSetAttributes, message);
54 *this, &DisplaySurface::OnGetSurfaceInfo, message);
59 *this, &DisplaySurface
[all...]
H A Ddisplay_surface.h28 class DisplaySurface : public pdx::Channel { class in namespace:android::dvr
30 static pdx::Status<std::shared_ptr<DisplaySurface>> Create(
34 ~DisplaySurface() override;
55 DisplaySurface(DisplayService* service, SurfaceType surface_type,
62 typename T = DisplaySurface,
63 typename = std::enable_if_t<std::is_base_of<DisplaySurface, T>::value>>
115 DisplaySurface(const DisplaySurface&) = delete;
116 void operator=(const DisplaySurface&) = delete;
119 class ApplicationDisplaySurface : public DisplaySurface {
[all...]

Completed in 358 milliseconds