Home
last modified time | relevance | path

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

1234567891011

/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
7 tmpfs_domain(surfaceflinger)
12 read_runtime_log_tags(surfaceflinger)
26 binder_use(surfaceflinger)
29 binder_call(surfaceflinger, bootanim)
31 binder_service(surfaceflinger)
34 binder_call(surfaceflinger, adbd)
76 perfetto_producer(surfaceflinger)
[all …]
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
7 tmpfs_domain(surfaceflinger)
12 read_runtime_log_tags(surfaceflinger)
26 binder_use(surfaceflinger)
29 binder_call(surfaceflinger, bootanim)
31 binder_service(surfaceflinger)
34 binder_call(surfaceflinger, adbd)
76 perfetto_producer(surfaceflinger)
[all …]
/aosp12/system/sepolicy/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
7 tmpfs_domain(surfaceflinger)
12 read_runtime_log_tags(surfaceflinger)
26 binder_use(surfaceflinger)
29 binder_call(surfaceflinger, bootanim)
31 binder_service(surfaceflinger)
34 binder_call(surfaceflinger, adbd)
76 perfetto_producer(surfaceflinger)
[all …]
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
7 tmpfs_domain(surfaceflinger)
12 read_runtime_log_tags(surfaceflinger)
26 binder_use(surfaceflinger)
29 binder_call(surfaceflinger, bootanim)
31 binder_service(surfaceflinger)
34 binder_call(surfaceflinger, adbd)
73 perfetto_producer(surfaceflinger)
[all …]
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
7 tmpfs_domain(surfaceflinger)
12 read_runtime_log_tags(surfaceflinger)
25 binder_use(surfaceflinger)
28 binder_call(surfaceflinger, bootanim)
29 binder_service(surfaceflinger)
32 binder_call(surfaceflinger, adbd)
74 binder_call(surfaceflinger, shell)
[all …]
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
11 read_runtime_log_tags(surfaceflinger)
21 binder_use(surfaceflinger)
24 binder_call(surfaceflinger, bootanim)
25 binder_service(surfaceflinger)
28 binder_call(surfaceflinger, adbd)
32 r_dir_file(surfaceflinger, appdomain)
70 binder_call(surfaceflinger, shell)
[all …]
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
11 read_runtime_log_tags(surfaceflinger)
21 binder_use(surfaceflinger)
24 binder_call(surfaceflinger, bootanim)
25 binder_service(surfaceflinger)
28 binder_call(surfaceflinger, adbd)
32 r_dir_file(surfaceflinger, appdomain)
61 binder_call(surfaceflinger, shell)
[all …]
H A Ddomain_deprecated.te11 -surfaceflinger
21 auditallow { domain_deprecated -appdomain -netd -surfaceflinger } system_server:fd use;
82 -surfaceflinger
175 -surfaceflinger
214 -surfaceflinger
227 -surfaceflinger
240 -surfaceflinger
256 -surfaceflinger
270 -surfaceflinger
277 -surfaceflinger
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
3 typeattribute surfaceflinger coredomain;
6 init_daemon_domain(surfaceflinger)
11 read_runtime_log_tags(surfaceflinger)
20 binder_use(surfaceflinger)
23 binder_call(surfaceflinger, bootanim)
24 binder_service(surfaceflinger)
27 binder_call(surfaceflinger, adbd)
31 r_dir_file(surfaceflinger, appdomain)
60 binder_call(surfaceflinger, shell)
[all …]
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A 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()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/sepolicy/private/
H A Dsurfaceflinger.te1 # Allow surfaceflinger to perform binder IPC to hal_evs_driver
2 binder_call(surfaceflinger, hal_evs_driver)
4 # Allow surfaceflinger to perform binder IPC to automotive_display_service
5 binder_call(surfaceflinger, automotive_display_service)
/aosp12/frameworks/native/services/surfaceflinger/
H A DNativeWindowSurface.cpp22 namespace android::surfaceflinger { namespace
28 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface( in createNativeWindowSurface()
30 class NativeWindowSurface final : public surfaceflinger::NativeWindowSurface { in createNativeWindowSurface()
H A 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;
H A DSurfaceFlingerDefaultFactory.h21 namespace android::surfaceflinger {
25 class DefaultFactory : public surfaceflinger::Factory {
50 std::unique_ptr<surfaceflinger::NativeWindowSurface> createNativeWindowSurface(
H A DAndroid.bp101 // TODO (marissaw): this library is not used by surfaceflinger. This is here so
119 profile_file: "surfaceflinger/surfaceflinger.profdata",
237 name: "surfaceflinger",
239 init_rc: ["surfaceflinger.rc"],
H A Dsurfaceflinger.rc1 service surfaceflinger /system/bin/surfaceflinger
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/system/sepolicy/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
2 type surfaceflinger, domain;
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockNativeWindowSurface.h25 namespace android::surfaceflinger::mock {
27 class NativeWindowSurface : public surfaceflinger::NativeWindowSurface {

1234567891011