Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 85) sorted by relevance

1234

/system/core/fastboot/
Dfastboot_driver_test.cpp34 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/
Dgpuservice.te14 # 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/
Dgpuservice.te15 # 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/
Dgpuservice.te15 # 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/
Dgpuservice.te15 # 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/
Dgpuservice.te17 # 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/
Dgpuservice.te17 # 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/
Dgpuservice.te17 # 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/
Dsnapuserd_transition.h38 void LaunchFirstStageSnapuserd(SnapshotDriver driver);
Dsnapuserd_transition.cpp64 void LaunchFirstStageSnapuserd(SnapshotDriver driver) { in LaunchFirstStageSnapuserd() argument
87 if (driver == SnapshotDriver::DM_USER) { in LaunchFirstStageSnapuserd()
/system/memory/lmkd/
DREADME.md18 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/
Dhal_evs_default.te1 # evs_mock mock hardware driver service
/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
Dkernel.te61 # 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/
Dhal_wifi.te25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
Dkernel.te61 # 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/
Dhal_wifi.te28 # 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
Dkernel.te56 # 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/
Dhal_wifi.te24 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
Dkernel.te56 # 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/
Dhal_wifi.te25 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
Dkernel.te61 # f_mtp driver accesses files from kernel context.
90 # Needed because APEX uses the loopback driver, which issues requests from
/system/sepolicy/public/
Dhal_wifi.te28 # allow hal_wifi to access /proc/modules to check if Wi-Fi driver is loaded
/system/extras/simpleperf/doc/
Dcollect_etm_data_for_autofdo.md200 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

1234