/hardware/interfaces/graphics/allocator/2.0/ |
IAllocator.hal | 24 * displayed during, for example, `dumpsys SurfaceFlinger`.
|
/system/core/init/ |
stable_properties.h | 35 "init.svc.surfaceflinger",
|
/system/tools/hidl/c2hal/test/ |
simple.h | 64 * If non NULL it will be caused by SurfaceFlinger on dumpsys
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
CpuInfoParser.java | 30 // 0.1% 170/surfaceflinger: 0% user + 0% kernel
|
/frameworks/native/services/surfaceflinger/ |
BufferLayer.h | 29 #include "SurfaceFlinger.h" 54 * This also implements onFrameAvailable(), which notifies SurfaceFlinger 59 BufferLayer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name, uint32_t w,
|
MonitoredProducer.cpp | 19 #include "SurfaceFlinger.h" 25 const sp<SurfaceFlinger>& flinger, 32 // Remove ourselves from SurfaceFlinger's list. We do this asynchronously
|
DisplayDevice.h | 52 class SurfaceFlinger; 81 const sp<SurfaceFlinger>& flinger, 225 sp<SurfaceFlinger> mFlinger; 285 // Initialized by SurfaceFlinger when the DisplayDevice is created.
|
LayerStats.h | 24 using namespace android::surfaceflinger;
|
ColorLayer.cpp | 33 #include "SurfaceFlinger.h" 38 ColorLayer::ColorLayer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name,
|
MessageQueue.cpp | 32 #include "SurfaceFlinger.h" 82 void MessageQueue::init(const sp<SurfaceFlinger>& flinger) {
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
TimeStatsHelper.cpp | 27 namespace surfaceflinger { namespace in namespace:android 90 std::string result = "SurfaceFlinger TimeStats:\n"; 159 } // namespace surfaceflinger
|
/system/extras/simpleperf/doc/ |
inferno.md | 8 originally written to profile and improve surfaceflinger performance 22 In the flamegraph featured above you can see the main thread of SurfaceFlinger. 24 `android::SurfaceFlinger::onMessageReceived`. The most expensive task is to ask
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
README.md | 7 [SurfaceInterceptor](go/SurfaceInterceptor) from SurfaceFlinger. It specifically replays 28 `service call SurfaceFlinger 1020 i32 1` 32 `service call SurfaceFlinger 1020 i32 0` 122 `service call SurfaceFlinger 23 i32 0` 141 **Traces** contain *repeated* **Increments** (events that have occurred in SurfaceFlinger).
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.cpp | 41 #include "../SurfaceFlinger.h" 51 * mostly by SurfaceFlinger, but also by command line GL application. 78 SurfaceFlinger::maxFrameBufferAcquiredBuffers - 1);
|
/build/make/target/product/ |
embedded.mk | 81 surfaceflinger \
|
/external/skia/tools/skpbench/ |
_hardware_android.py | 48 setprop ctl.stop surfaceflinger
|
/external/skqp/tools/skpbench/ |
_hardware_android.py | 48 setprop ctl.stop surfaceflinger
|
/frameworks/native/libs/gui/include/gui/ |
LayerDebugInfo.h | 29 /* Class for transporting debug info from SurfaceFlinger to authorized
|
DisplayEventReceiver.h | 83 * SurfaceFlinger. VSync events are disabled by default. Call setVSyncRate 91 * ~DisplayEventReceiver severs the connection with SurfaceFlinger, new events
|
/hardware/interfaces/graphics/composer/2.1/ |
IComposer.hal | 69 * displayed during, for example, `dumpsys SurfaceFlinger`.
|
/packages/apps/Settings/src/com/android/settings/display/ |
ColorModePreferenceController.java | 77 mSurfaceFlinger = ServiceManager.getService("SurfaceFlinger");
|
/system/sepolicy/prebuilts/api/26.0/private/ |
incidentd.te | 51 surfaceflinger
|
/system/sepolicy/prebuilts/api/27.0/private/ |
incidentd.te | 51 surfaceflinger
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 319 * HWC_GEOMETRY_CHANGED is set by SurfaceFlinger to indicate that the list 339 * and set. SurfaceFlinger will close the returned file descriptor. 346 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES 402 * performed by SurfaceFlinger. 496 * SurfaceFlinger to determine what composition steps the HWC can handle. 503 * SurfaceFlinger with OpenGL ES. For the latter two overlay types, 525 * returned, SurfaceFlinger will assume that none of the layer will be 544 * been handled by SurfaceFlinger with OpenGL ES. In this case, (*set)() 656 * If non NULL it will be called by SurfaceFlinger on dumpsys 677 * through SurfaceFlinger, and hardware composers implementing these API [all...] |
/external/devlib/devlib/derived/ |
fps.py | 188 # Given that SurfaceFlinger has been deprecated in favor of GfxInfo, 190 raise HostError('Please install "pandas" Python package to process SurfaceFlinger frames')
|