Home
last modified time | relevance | path

Searched refs:add_service (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dkeystore.te15 add_service(keystore, keystore_service)
16 add_service(keystore, remoteprovisioning_service)
19 add_service(keystore, apc_service)
20 add_service(keystore, keystore_compat_hal_service)
21 add_service(keystore, authorization_service)
22 add_service(keystore, keystore_maintenance_service)
23 add_service(keystore, keystore_metrics_service)
24 add_service(keystore, legacykeystore_service)
H A Dstats_service_server.te2 add_service(stats_service_server, fwk_stats_service)
H A Daidl_lazy_test_server.te8 add_service(aidl_lazy_test_server, aidl_lazy_test_service)
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dkeystore.te15 add_service(keystore, keystore_service)
16 add_service(keystore, remoteprovisioning_service)
19 add_service(keystore, apc_service)
20 add_service(keystore, keystore_compat_hal_service)
21 add_service(keystore, authorization_service)
22 add_service(keystore, keystore_maintenance_service)
23 add_service(keystore, keystore_metrics_service)
24 add_service(keystore, legacykeystore_service)
H A Dstats_service_server.te2 add_service(stats_service_server, fwk_stats_service)
H A Daidl_lazy_test_server.te8 add_service(aidl_lazy_test_server, aidl_lazy_test_service)
/aosp12/system/sepolicy/public/
H A Dkeystore.te15 add_service(keystore, keystore_service)
16 add_service(keystore, remoteprovisioning_service)
19 add_service(keystore, apc_service)
20 add_service(keystore, keystore_compat_hal_service)
21 add_service(keystore, authorization_service)
22 add_service(keystore, keystore_maintenance_service)
23 add_service(keystore, keystore_metrics_service)
24 add_service(keystore, legacykeystore_service)
H A Dstats_service_server.te2 add_service(stats_service_server, fwk_stats_service)
/aosp12/system/security/keystore2/src/
H A Dkeystore2_main.rs84 binder::add_service(KS2_SERVICE_NAME, ks_service.as_binder()).unwrap_or_else(|e| { in main()
92 binder::add_service(APC_SERVICE_NAME, apc_service.as_binder()).unwrap_or_else(|e| { in main()
99 binder::add_service(AUTHORIZATION_SERVICE_NAME, authorization_service.as_binder()) in main()
111 binder::add_service(USER_MANAGER_SERVICE_NAME, maintenance_service.as_binder()).unwrap_or_else( in main()
120 binder::add_service(METRICS_SERVICE_NAME, metrics_service.as_binder()).unwrap_or_else(|e| { in main()
127 binder::add_service( in main()
139 binder::add_service(LEGACY_KEYSTORE_SERVICE_NAME, legacykeystore.as_binder()).unwrap_or_else( in main()
/aosp12/hardware/google/pixel-sepolicy/powerstats/
H A Dhal_power_stats_default.te1 add_service(hal_power_stats_default, hal_power_stats_vendor_service)
4 add_service(hal_power_stats_server, hal_power_stats_service)
/aosp12/packages/services/Car/cpp/computepipe/sepolicy/private/
H A Dcomputepipe_router.te8 add_service(computepipe_router, computepipe_router_query_service)
9 add_service(computepipe_router, computepipe_router_registration_service)
/aosp12/packages/modules/Virtualization/virtmanager/src/
H A Dmain.rs23 use android_system_virtmanager::binder::{add_service, BinderFeatures, ProcessState};
45 add_service(BINDER_SERVICE_IDENTIFIER, virt_manager.as_binder()).unwrap(); in main()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dlib.rs115 pub use native::add_service;
125 pub use super::{add_service, get_interface};
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dmediadrmserver.te14 add_service(mediadrmserver, mediadrmserver_service)
21 add_service(mediadrmserver, mediacasserver_service)
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dsurfaceflinger.te69 add_service(surfaceflinger, gpu_service)
71 # do not use add_service() as hal_graphics_composer_default may be the
73 #add_service(surfaceflinger, surfaceflinger_service)
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dsurfaceflinger.te70 add_service(surfaceflinger, gpu_service)
72 # do not use add_service() as hal_graphics_composer_default may be the
74 #add_service(surfaceflinger, surfaceflinger_service)
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dsurfaceflinger.te79 # do not use add_service() as hal_graphics_composer_default may be the
81 #add_service(surfaceflinger, surfaceflinger_service)
84 add_service(surfaceflinger, vrflinger_vsync_service)
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dsurfaceflinger.te79 add_service(surfaceflinger, gpu_service)
81 # do not use add_service() as hal_graphics_composer_default may be the
83 #add_service(surfaceflinger, surfaceflinger_service)
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dsurfaceflinger.te85 # do not use add_service() as hal_graphics_composer_default may be the
87 #add_service(surfaceflinger, surfaceflinger_service)
90 add_service(surfaceflinger, vrflinger_vsync_service)
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dsurfaceflinger.te88 # do not use add_service() as hal_graphics_composer_default may be the
90 #add_service(surfaceflinger, surfaceflinger_service)
93 add_service(surfaceflinger, vrflinger_vsync_service)
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dsurfaceflinger.te88 # do not use add_service() as hal_graphics_composer_default may be the
90 #add_service(surfaceflinger, surfaceflinger_service)
93 add_service(surfaceflinger, vrflinger_vsync_service)
/aosp12/system/sepolicy/private/
H A Dsurfaceflinger.te88 # do not use add_service() as hal_graphics_composer_default may be the
90 #add_service(surfaceflinger, surfaceflinger_service)
93 add_service(surfaceflinger, vrflinger_vsync_service)
/aosp12/packages/modules/Virtualization/compos/src/
H A Dcompsvc.rs41 add_service, BinderFeatures, Interface, ProcessState, Result as BinderResult, Status,
150 add_service(SERVICE_NAME, CompService::new_binder(service).as_binder()) in main()
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dmediaextractor.te12 add_service(mediaextractor, mediaextractor_service)
40 add_service(mediaextractor, mediaextractor_update_service)
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Daidl_lazy_test_server.te8 add_service(aidl_lazy_test_server, aidl_lazy_test_service)

12345678910>>...13