/system/core/fastboot/ |
D | fastboot_driver_test.cpp | 34 FastBootDriver driver(&transport); in TEST_F() local 42 ASSERT_EQ(driver.GetVar("version", &output), SUCCESS) << driver.Error(); in TEST_F() 48 FastBootDriver driver(&transport); in TEST_F() local 57 ASSERT_EQ(driver.RawCommand("oem dmesg", "", nullptr, &info), SUCCESS) << driver.Error(); in TEST_F() 69 FastBootDriver driver(&transport, callbacks); in TEST_F() local 87 ASSERT_EQ(driver.RawCommand("oem trusty runtest trusty.hwaes.bench", "", nullptr, &info), in TEST_F() 89 << driver.Error(); in TEST_F()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | gpuservice.te | 14 # GPU service will need to load GPU driver, for example Vulkan driver in order 15 # to get the capability of the driver.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | gpuservice.te | 15 # GPU service will need to load GPU driver, for example Vulkan driver in order 16 # to get the capability of the driver.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | gpuservice.te | 15 # GPU service will need to load GPU driver, for example Vulkan driver in order 16 # to get the capability of the driver.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | gpuservice.te | 15 # GPU service will need to load GPU driver, for example Vulkan driver in order 16 # to get the capability of the driver.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | gpuservice.te | 17 # GPU service will need to load GPU driver, for example Vulkan driver in order 18 # to get the capability of the driver.
|
/system/sepolicy/private/ |
D | gpuservice.te | 17 # GPU service will need to load GPU driver, for example Vulkan driver in order 18 # to get the capability of the driver.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | gpuservice.te | 17 # GPU service will need to load GPU driver, for example Vulkan driver in order 18 # to get the capability of the driver.
|
/system/core/init/ |
D | snapuserd_transition.h | 38 void LaunchFirstStageSnapuserd(SnapshotDriver driver);
|
D | snapuserd_transition.cpp | 64 void LaunchFirstStageSnapuserd(SnapshotDriver driver) { in LaunchFirstStageSnapuserd() argument 87 if (driver == SnapshotDriver::DM_USER) { in LaunchFirstStageSnapuserd()
|
/system/memory/lmkd/ |
D | README.md | 18 non-essential processes was handled by a kernel lowmemorykiller driver. 19 Since Linux Kernel 4.12 the lowmemorykiller driver has been removed and 34 the same way kernel lowmemorykiller driver used
|
/system/sepolicy/vendor/ |
D | hal_evs_default.te | 1 # evs_mock mock hardware driver service
|
/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
|
D | kernel.te | 61 # f_mtp driver accesses files from kernel context. 90 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | hal_wifi.te | 25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
D | kernel.te | 61 # f_mtp driver accesses files from kernel context. 90 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | hal_wifi.te | 28 # 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
|
D | kernel.te | 56 # f_mtp driver accesses files from kernel context. 85 # Needed because APEX uses the loopback driver, which issues requests from
|
/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
|
D | kernel.te | 56 # f_mtp driver accesses files from kernel context. 85 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | hal_wifi.te | 25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
D | kernel.te | 61 # f_mtp driver accesses files from kernel context. 90 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/public/ |
D | hal_wifi.te | 28 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
|
/system/extras/simpleperf/doc/ |
D | collect_etm_data_for_autofdo.md | 200 To let simpleperf use ETM function, we need to enable Coresight driver in the kernel, which lives in 203 The Coresight driver can be enabled by below kernel configs: 211 On Kernel 5.10+, we recommend building Coresight driver as kernel modules. Because it works with 226 Besides Coresight driver, we also need to add Coresight devices in device tree. An example is in
|