Searched defs:SurfaceFlinger (Results 1 - 2 of 2) sorted by path

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp70 #include "SurfaceFlinger.h"
95 // event is when SurfaceFlinger and Choreographer-based applications run each
102 // minimum latency of two vsync periods because the app and SurfaceFlinger
115 // This is the phase offset at which SurfaceFlinger's composition runs.
127 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
153 ALOGI("SurfaceFlinger is starting");
176 void SurfaceFlinger::onFirstRef()
181 SurfaceFlinger::~SurfaceFlinger()
[all...]
H A DSurfaceFlinger.h82 class SurfaceFlinger : public BnSurfaceComposer, class in namespace:android
88 return "SurfaceFlinger";
91 SurfaceFlinger() ANDROID_API;
96 // starts SurfaceFlinger main loop in the current thread
147 // We're reference counted, never destroy SurfaceFlinger directly
148 virtual ~SurfaceFlinger();
304 // remove a layer from SurfaceFlinger immediately
307 // add a layer to SurfaceFlinger

Completed in 81 milliseconds