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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h89 class SurfaceFlinger : public BnSurfaceComposer, class in namespace:android
95 return "SurfaceFlinger";
98 SurfaceFlinger() ANDROID_API;
103 // starts SurfaceFlinger main loop in the current thread
160 // We're reference counted, never destroy SurfaceFlinger directly
161 virtual ~SurfaceFlinger();
326 // remove a layer from SurfaceFlinger immediately
329 // add a layer to SurfaceFlinger
H A DSurfaceFlinger.cpp72 #include "SurfaceFlinger.h"
97 // event is when SurfaceFlinger and Choreographer-based applications run each
104 // minimum latency of two vsync periods because the app and SurfaceFlinger
117 // This is the phase offset at which SurfaceFlinger's composition runs.
129 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
161 ALOGI("SurfaceFlinger is starting");
192 void SurfaceFlinger::onFirstRef()
197 SurfaceFlinger::~SurfaceFlinger()
[all...]
H A DSurfaceFlinger_hwc1.cpp74 #include "SurfaceFlinger.h"
99 // event is when SurfaceFlinger and Choreographer-based applications run each
106 // minimum latency of two vsync periods because the app and SurfaceFlinger
119 // This is the phase offset at which SurfaceFlinger's composition runs.
131 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
163 ALOGI("SurfaceFlinger is starting");
190 void SurfaceFlinger::onFirstRef()
195 SurfaceFlinger::~SurfaceFlinger()
[all...]

Completed in 212 milliseconds