/frameworks/native/services/surfaceflinger/tests/ |
D | Stress_test.cpp | 54 surfaceflinger::LayersProto generateLayerProto() { in generateLayerProto() 55 surfaceflinger::LayersProto layersProto; in generateLayerProto() 56 std::array<surfaceflinger::LayerProto*, 10> layers = {}; in generateLayerProto() 106 surfaceflinger::LayersProto layersProto = generateLayerProto(); in TEST() 107 auto layerTree = surfaceflinger::LayerProtoParser::generateLayerTree(layersProto); in TEST() 108 surfaceflinger::LayerProtoParser::layerTreeToString(layerTree); in TEST()
|
/frameworks/native/services/surfaceflinger/ |
D | NativeWindowSurface.cpp | 22 namespace android::surfaceflinger { namespace 28 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface( in createNativeWindowSurface() 30 class NativeWindowSurface final : public surfaceflinger::NativeWindowSurface { in createNativeWindowSurface()
|
D | SurfaceFlingerDefaultFactory.h | 21 namespace android::surfaceflinger { 25 class DefaultFactory : public surfaceflinger::Factory { 50 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface(
|
D | surfaceflinger.rc | 1 service surfaceflinger /system/bin/surfaceflinger
|
D | SurfaceInterceptor.h | 44 using Transaction = surfaceflinger::Transaction; 45 using Trace = surfaceflinger::Trace; 46 using Rectangle = surfaceflinger::Rectangle; 47 using SurfaceChange = surfaceflinger::SurfaceChange; 48 using Increment = surfaceflinger::Increment; 49 using DisplayChange = surfaceflinger::DisplayChange;
|
D | Android.bp | 101 // TODO (marissaw): this library is not used by surfaceflinger. This is here so 119 profile_file: "surfaceflinger/surfaceflinger.profdata", 236 name: "surfaceflinger", 238 init_rc: ["surfaceflinger.rc"],
|
D | SurfaceFlingerDefaultFactory.cpp | 46 namespace android::surfaceflinger { namespace 109 std::unique_ptr<surfaceflinger::NativeWindowSurface> DefaultFactory::createNativeWindowSurface( in createNativeWindowSurface() 111 return surfaceflinger::impl::createNativeWindowSurface(producer); in createNativeWindowSurface()
|
D | SurfaceFlingerFactory.cpp | 24 namespace android::surfaceflinger { namespace
|
D | SurfaceFlingerFactory.h | 70 namespace surfaceflinger { 102 virtual std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface(
|
D | NativeWindowSurface.h | 29 namespace surfaceflinger {
|
D | LayerProtoHelper.h | 28 namespace surfaceflinger {
|
D | main_surfaceflinger.cpp | 130 sp<SurfaceFlinger> flinger = surfaceflinger::createSurfaceFlinger(); in main()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockNativeWindowSurface.h | 25 namespace android::surfaceflinger::mock { 27 class NativeWindowSurface : public surfaceflinger::NativeWindowSurface {
|
D | MockNativeWindowSurface.cpp | 19 namespace android::surfaceflinger::mock { namespace
|
/frameworks/native/cmds/surfacereplayer/ |
D | OWNERS | 1 include platform/frameworks/native:/services/surfaceflinger/OWNERS
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | stopruntime.sh | 27 adb shell daemonize surfaceflinger
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Event.h | 27 using Increment = surfaceflinger::Increment;
|
D | Event.cpp | 20 using Increment = surfaceflinger::Increment;
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 20 import "frameworks/native/services/surfaceflinger/layerproto/layers.proto"; 22 package android.surfaceflinger;
|
/frameworks/base/services/core/jni/stats/ |
D | SurfaceFlingerPuller.cpp | 73 android::surfaceflinger::SurfaceflingerStatsGlobalInfoWrapper atomList; in parseGlobalInfoPull() 116 android::surfaceflinger::SurfaceflingerStatsLayerInfoWrapper atomList; in parseLayerInfoPull()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 66 namespace surfaceflinger::test { 68 class Factory final : public surfaceflinger::Factory { 130 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface( in createNativeWindowSurface() 170 std::function<std::unique_ptr<surfaceflinger::NativeWindowSurface>( 248 using CreateBufferQueueFunction = surfaceflinger::test::Factory::CreateBufferQueueFunction; 254 surfaceflinger::test::Factory::CreateNativeWindowSurfaceFunction; 770 surfaceflinger::test::Factory mFactory;
|
D | DisplayTransactionTest.cpp | 116 mNativeWindowSurface = new surfaceflinger::mock::NativeWindowSurface(); in injectFakeNativeWindowSurfaceFactory() 119 return std::unique_ptr<surfaceflinger::NativeWindowSurface>(mNativeWindowSurface); in injectFakeNativeWindowSurfaceFactory()
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | ps.txt | 4 u:r:surfaceflinger:s0 system 499 534 1 73940 22024 futex_wait_queue_me 0 …
|
/frameworks/native/ |
D | PREUPLOAD.cfg | 25 services/surfaceflinger/
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 18 package android.surfaceflinger; 20 // This is a copy of surfaceflinger's atoms from frameworks/proto_logging/stats/atoms.proto. 21 // Pulled atoms for surfaceflinger must be routed through system server since surfaceflinger is 39 * frameworks/native/services/surfaceflinger/TimeStats/TimeStats.cpp 149 * frameworks/native/services/surfaceflinger/TimeStats/TimeStats.cpp
|