Searched refs:hals (Results 1 – 4 of 4) sorted by relevance
7 # Allow sensor hals to access ashmem memory allocated by apps10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
36 # with other hals.
623 std::vector<ManifestHal> hals; in buildObject() local626 !parseChildren(root, manifestHalConverter, &hals)) { in buildObject()653 for (auto &&hal : hals) { in buildObject()694 std::vector<MatrixHal> hals; in buildObject() local697 !parseChildren(root, matrixHalConverter, &hals)) { in buildObject()721 for (auto &&hal : hals) { in buildObject()
23 * Manages all the hidl hals on a device.