Home
last modified time | relevance | path

Searched refs:surfaceflinger (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp54 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/
DNativeWindowSurface.cpp22 namespace android::surfaceflinger { namespace
28 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface( in createNativeWindowSurface()
30 class NativeWindowSurface final : public surfaceflinger::NativeWindowSurface { in createNativeWindowSurface()
DSurfaceFlingerDefaultFactory.h21 namespace android::surfaceflinger {
25 class DefaultFactory : public surfaceflinger::Factory {
50 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface(
Dsurfaceflinger.rc1 service surfaceflinger /system/bin/surfaceflinger
DSurfaceInterceptor.h44 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;
DAndroid.bp101 // 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"],
DSurfaceFlingerDefaultFactory.cpp46 namespace android::surfaceflinger { namespace
109 std::unique_ptr<surfaceflinger::NativeWindowSurface> DefaultFactory::createNativeWindowSurface( in createNativeWindowSurface()
111 return surfaceflinger::impl::createNativeWindowSurface(producer); in createNativeWindowSurface()
DSurfaceFlingerFactory.cpp24 namespace android::surfaceflinger { namespace
DSurfaceFlingerFactory.h70 namespace surfaceflinger {
102 virtual std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface(
DNativeWindowSurface.h29 namespace surfaceflinger {
DLayerProtoHelper.h28 namespace surfaceflinger {
Dmain_surfaceflinger.cpp130 sp<SurfaceFlinger> flinger = surfaceflinger::createSurfaceFlinger(); in main()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockNativeWindowSurface.h25 namespace android::surfaceflinger::mock {
27 class NativeWindowSurface : public surfaceflinger::NativeWindowSurface {
DMockNativeWindowSurface.cpp19 namespace android::surfaceflinger::mock { namespace
/frameworks/native/cmds/surfacereplayer/
DOWNERS1 include platform/frameworks/native:/services/surfaceflinger/OWNERS
/frameworks/base/libs/hwui/tests/scripts/
Dstopruntime.sh27 adb shell daemonize surfaceflinger
/frameworks/native/cmds/surfacereplayer/replayer/
DEvent.h27 using Increment = surfaceflinger::Increment;
DEvent.cpp20 using Increment = surfaceflinger::Increment;
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto20 import "frameworks/native/services/surfaceflinger/layerproto/layers.proto";
22 package android.surfaceflinger;
/frameworks/base/services/core/jni/stats/
DSurfaceFlingerPuller.cpp73 android::surfaceflinger::SurfaceflingerStatsGlobalInfoWrapper atomList; in parseGlobalInfoPull()
116 android::surfaceflinger::SurfaceflingerStatsLayerInfoWrapper atomList; in parseLayerInfoPull()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h66 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;
DDisplayTransactionTest.cpp116 mNativeWindowSurface = new surfaceflinger::mock::NativeWindowSurface(); in injectFakeNativeWindowSurfaceFactory()
119 return std::unique_ptr<surfaceflinger::NativeWindowSurface>(mNativeWindowSurface); in injectFakeNativeWindowSurfaceFactory()
/frameworks/base/cmds/incident_helper/testdata/
Dps.txt4 u:r:surfaceflinger:s0 system 499 534 1 73940 22024 futex_wait_queue_me 0 …
/frameworks/native/
DPREUPLOAD.cfg25 services/surfaceflinger/
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto18 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

12