Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 63) sorted by relevance

123

/system/core/rootdir/
Dadb_debug.prop1 # Note: This file will be loaded with highest priority to override
11 # Introduce this property to indicate that init has loaded adb_debug.prop
/system/chre/host/common/
Dst_hal_lpma_handler.cc90 bool loaded = false; in load() local
103 loaded = true; in load()
112 return loaded; in load()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp471 goto loaded; in fs_mgr_setup_verity()
480 goto loaded; in fs_mgr_setup_verity()
487 goto loaded; in fs_mgr_setup_verity()
497 goto loaded; in fs_mgr_setup_verity()
504 loaded: in fs_mgr_setup_verity()
/system/update_engine/update_manager/
Dupdate_manager.conf.example3 # Normally this file is loaded from /etc/update_manager.conf. If
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
Drecovery.te17 # Set security contexts on files that are not known to the loaded policy.
38 # currently loaded policy. Allow it.
/system/bt/main/shim/
Dcontroller.cc393 static bool loaded = false; in controller_get_interface() local
394 if (!loaded) { in controller_get_interface()
395 loaded = true; in controller_get_interface()
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_wifi.te25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/sepolicy/public/
Dhal_wifi.te25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/sepolicy/prebuilts/api/31.0/public/
Dhal_wifi.te25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/sepolicy/tests/
DAndroid.bp15 // libsepolwrap gets loaded from the system python, which does not have the
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/sepolicy/private/
Dkernel.te12 # OTA. Once sepolicy is loaded, snapuserd must be re-launched in the correct
Dgpuservice.te60 # Needed for getting a prop to ensure bpf programs loaded.
/system/sepolicy/prebuilts/api/31.0/private/
Dkernel.te12 # OTA. Once sepolicy is loaded, snapuserd must be re-launched in the correct
Dgpuservice.te60 # Needed for getting a prop to ensure bpf programs loaded.
/system/chre/doc/
Dframework_overview.md33 There are multiple ways by which a nanoapp can be loaded (see the relevant
38 1. The nanoapp binary reaches the HAL implementation, and it is loaded into the
45 2. Once the nanoapp code is loaded, the platform code calls
59 Abstractions section), includes it in the collection of loaded nanoapps to
71 Let's assume the nanoapp we've loaded in the previous section calls the
Dnanoapp_overview.md38 While nanoapps are nominally dynamically loadable modules, they can be loaded
80 the list of nanoapps that should be automatically loaded.
102 initially loaded into CHRE, and potentially how metadata is handled. In most
110 loaded at any time after initialization using the
/system/chre/platform/shared/idl/
Dhost_messages.fbs83 /// Whether the nanoapp is a pre-loaded "system" nanoapp, i.e. one that should
101 /// The nanaopp can either be requested to be loaded via a file or via a buffer.
111 /// 3. Once ready, the nanoapp will be loaded from the file specified in the
124 /// appending to already loaded fragments as appropriate.
155 /// app binary to be loaded.
/system/sepolicy/prebuilts/api/26.0/public/
Drecovery.te17 # Set security contexts on files that are not known to the loaded policy.
37 # currently loaded policy. Allow it.
/system/sepolicy/prebuilts/api/26.0/private/
Daudioserver.te45 # For A2DP bridge which is loaded directly into audioserver
/system/sepolicy/prebuilts/api/27.0/private/
Daudioserver.te45 # For A2DP bridge which is loaded directly into audioserver
/system/bt/device/src/
Dcontroller.cc825 static bool loaded = false; in controller_get_interface_legacy() local
826 if (!loaded) { in controller_get_interface_legacy()
827 loaded = true; in controller_get_interface_legacy()
/system/libartpalette/
DAndroid.bp18 // abstraction layer for ART. It is intended to be dynamically loaded by

123