Searched defs:SurfaceFlinger (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp75 #include "SurfaceFlinger.h"
113 int64_t SurfaceFlinger::vsyncPhaseOffsetNs;
114 int64_t SurfaceFlinger::sfVsyncPhaseOffsetNs;
115 bool SurfaceFlinger::useContextPriority;
116 int64_t SurfaceFlinger::dispSyncPresentTimeOffset;
117 bool SurfaceFlinger::useHwcForRgbToYuv;
118 uint64_t SurfaceFlinger::maxVirtualDisplaySize;
119 bool SurfaceFlinger::hasSyncFramework;
120 bool SurfaceFlinger::useVrFlinger;
121 int64_t SurfaceFlinger
124 SurfaceFlinger::SurfaceFlinger() function in class:android::SurfaceFlinger
[all...]
H A DSurfaceFlinger.h100 class SurfaceFlinger : public BnSurfaceComposer, class in namespace:android
108 // event is when SurfaceFlinger and Choreographer-based applications run each
115 // latency bound of two vsync periods because the app and SurfaceFlinger
149 // Controls the number of buffers SurfaceFlinger will allocate for use in
161 return "SurfaceFlinger";
164 SurfaceFlinger() ANDROID_API;
169 // starts SurfaceFlinger main loop in the current thread
232 // We're reference counted, never destroy SurfaceFlinger directly
233 virtual ~SurfaceFlinger();
398 // remove a layer from SurfaceFlinger immediatel
[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 1326 milliseconds