Searched refs:hals (Results 1 – 16 of 16) sorted by relevance
6 # Allow sensor hals to access ashmem memory allocated by apps9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
44 # with other hals.
42 # with other hals.
7 # Allow sensor hals to access ashmem memory allocated by apps10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
35 # with other hals.
36 # with other hals.
12 # Allow sensor hals to access and use gralloc memory allocated by
270 for (const auto& [service, hals] : gDeclaredServiceHalMap) { in TEST_F()276 for (const auto& hal : hals) { in TEST_F()
1037 std::vector<ManifestHal> hals; in buildObject() local1038 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() local1229 !parseChildren(root, matrixHalConverter, &hals, error)) { in buildObject()1283 for (auto &&hal : hals) { in buildObject()
23 * Manages all the hidl hals on a device.