Searched refs:loaded (Results 1 – 25 of 63) sorted by relevance
123
/system/core/rootdir/ |
D | adb_debug.prop | 1 # 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/ |
D | st_hal_lpma_handler.cc | 90 bool loaded = false; in load() local 103 loaded = true; in load() 112 return loaded; in load()
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 471 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/ |
D | update_manager.conf.example | 3 # Normally this file is loaded from /etc/update_manager.conf. If
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_wifi.te | 24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
D | recovery.te | 17 # Set security contexts on files that are not known to the loaded policy. 38 # currently loaded policy. Allow it.
|
/system/bt/main/shim/ |
D | controller.cc | 393 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/ |
D | hal_wifi.te | 25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/sepolicy/public/ |
D | hal_wifi.te | 25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | hal_wifi.te | 25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_wifi.te | 24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/sepolicy/tests/ |
D | Android.bp | 15 // libsepolwrap gets loaded from the system python, which does not have the
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_wifi.te | 24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/sepolicy/private/ |
D | kernel.te | 12 # OTA. Once sepolicy is loaded, snapuserd must be re-launched in the correct
|
D | gpuservice.te | 60 # Needed for getting a prop to ensure bpf programs loaded.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | kernel.te | 12 # OTA. Once sepolicy is loaded, snapuserd must be re-launched in the correct
|
D | gpuservice.te | 60 # Needed for getting a prop to ensure bpf programs loaded.
|
/system/chre/doc/ |
D | framework_overview.md | 33 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
|
D | nanoapp_overview.md | 38 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/ |
D | host_messages.fbs | 83 /// 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/ |
D | recovery.te | 17 # 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/ |
D | audioserver.te | 45 # For A2DP bridge which is loaded directly into audioserver
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | audioserver.te | 45 # For A2DP bridge which is loaded directly into audioserver
|
/system/bt/device/src/ |
D | controller.cc | 825 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/ |
D | Android.bp | 18 // abstraction layer for ART. It is intended to be dynamically loaded by
|
123