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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h81 class SurfaceFlinger : public BnSurfaceComposer, class in namespace:android
87 return "SurfaceFlinger";
90 SurfaceFlinger() ANDROID_API;
95 // starts SurfaceFlinger main loop in the current thread
146 // We're reference counted, never destroy SurfaceFlinger directly
147 virtual ~SurfaceFlinger();
290 // remove a layer from SurfaceFlinger immediately
293 // add a layer to SurfaceFlinger
H A DSurfaceFlinger.cpp67 #include "SurfaceFlinger.h"
100 // event is when SurfaceFlinger and Choreographer-based applications run each
107 // minimum latency of two vsync periods because the app and SurfaceFlinger
120 // This is the phase offset at which SurfaceFlinger's composition runs.
132 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
157 ALOGI("SurfaceFlinger is starting");
180 void SurfaceFlinger::onFirstRef()
185 SurfaceFlinger::~SurfaceFlinger()
[all...]

Completed in 139 milliseconds