Home
last modified time | relevance | path

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

/system/sepolicy/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/libvintf/
Dparse_xml.cpp623 std::vector<ManifestHal> hals; in buildObject() local
626 !parseChildren(root, manifestHalConverter, &hals)) { in buildObject()
653 for (auto &&hal : hals) { in buildObject()
694 std::vector<MatrixHal> hals; in buildObject() local
697 !parseChildren(root, matrixHalConverter, &hals)) { in buildObject()
721 for (auto &&hal : hals) { in buildObject()
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal23 * Manages all the hidl hals on a device.