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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp65 #include "SurfaceFlinger.h"
86 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
106 ALOGI("SurfaceFlinger is starting");
126 void SurfaceFlinger::onFirstRef()
130 run("SurfaceFlinger", PRIORITY_URGENT_DISPLAY);
137 SurfaceFlinger::~SurfaceFlinger()
144 void SurfaceFlinger::binderDied(const wp<IBinder>& who)
155 sp<ISurfaceComposerClient> SurfaceFlinger
[all...]
H A DSurfaceFlinger.h77 class SurfaceFlinger : public BinderService<SurfaceFlinger>, class in namespace:android
85 return "SurfaceFlinger";
88 SurfaceFlinger();
145 // We're reference counted, never destroy SurfaceFlinger directly
146 virtual ~SurfaceFlinger();
293 // remove a layer from SurfaceFlinger immediately
296 // add a layer to SurfaceFlinger

Completed in 625 milliseconds