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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h107 class SurfaceFlinger : public BnSurfaceComposer, class in namespace:android
119 // event is when SurfaceFlinger and Choreographer-based applications run each
126 // latency bound of two vsync periods because the app and SurfaceFlinger
160 // Controls the number of buffers SurfaceFlinger will allocate for use in
172 return "SurfaceFlinger";
175 SurfaceFlinger() ANDROID_API;
180 // starts SurfaceFlinger main loop in the current thread
244 // We're reference counted, never destroy SurfaceFlinger directly
245 virtual ~SurfaceFlinger();
430 // remove a layer from SurfaceFlinger immediatel
[all...]
H A DSurfaceFlinger.cpp77 #include "SurfaceFlinger.h"
130 int64_t SurfaceFlinger::vsyncPhaseOffsetNs;
131 int64_t SurfaceFlinger::sfVsyncPhaseOffsetNs;
132 bool SurfaceFlinger::useContextPriority;
133 int64_t SurfaceFlinger::dispSyncPresentTimeOffset;
134 bool SurfaceFlinger::useHwcForRgbToYuv;
135 uint64_t SurfaceFlinger::maxVirtualDisplaySize;
136 bool SurfaceFlinger::hasSyncFramework;
137 bool SurfaceFlinger::useVrFlinger;
138 int64_t SurfaceFlinger
141 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
[all...]
H A DSurfaceFlinger_hwc1.cpp75 #include "SurfaceFlinger.h"
111 int64_t SurfaceFlinger::vsyncPhaseOffsetNs;
112 int64_t SurfaceFlinger::sfVsyncPhaseOffsetNs;
113 bool SurfaceFlinger::useContextPriority;
114 int64_t SurfaceFlinger::dispSyncPresentTimeOffset;
115 bool SurfaceFlinger::useHwcForRgbToYuv;
116 uint64_t SurfaceFlinger::maxVirtualDisplaySize;
117 bool SurfaceFlinger::hasSyncFramework;
118 int64_t SurfaceFlinger::maxFrameBufferAcquiredBuffers;
120 SurfaceFlinger function in class:android::SurfaceFlinger
[all...]

Completed in 90 milliseconds