Home
last modified time | relevance | path

Searched refs:hals (Results 1 – 16 of 16) sorted by relevance

/system/sepolicy/prebuilts/api/30.0/public/
Dhal_sensors.te6 # Allow sensor hals to access ashmem memory allocated by apps
9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
Dhal_neverallows.te44 # with other hals.
/system/sepolicy/public/
Dhal_sensors.te6 # Allow sensor hals to access ashmem memory allocated by apps
9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
Dhal_neverallows.te44 # with other hals.
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_sensors.te6 # Allow sensor hals to access ashmem memory allocated by apps
9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
Dhal_neverallows.te42 # with other hals.
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_sensors.te7 # Allow sensor hals to access ashmem memory allocated by apps
10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
Dhal_neverallows.te42 # with other hals.
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_sensors.te7 # Allow sensor hals to access ashmem memory allocated by apps
10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
Dhal_neverallows.te35 # with other hals.
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_sensors.te7 # Allow sensor hals to access ashmem memory allocated by apps
10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
Dhal_neverallows.te36 # with other hals.
/system/sepolicy/vendor/
Dhal_sensors_default.te12 # Allow sensor hals to access and use gralloc memory allocated by
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp270 for (const auto& [service, hals] : gDeclaredServiceHalMap) { in TEST_F()
276 for (const auto& hal : hals) { in TEST_F()
/system/libvintf/
Dparse_xml.cpp1037 std::vector<ManifestHal> hals; in buildObject() local
1038 if (!parseChildren(root, manifestHalConverter, &hals, error)) { in buildObject()
1041 for (auto&& hal : hals) { in buildObject()
1095 for (auto &&hal : hals) { in buildObject()
1227 std::vector<MatrixHal> hals; in buildObject() local
1229 !parseChildren(root, matrixHalConverter, &hals, error)) { in buildObject()
1283 for (auto &&hal : hals) { in buildObject()
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal23 * Manages all the hidl hals on a device.