Home
last modified time | relevance | path

Searched defs:hal (Results 1 – 8 of 8) sorted by relevance

/system/libvintf/
DHalManifest.cpp58 bool HalManifest::add(ManifestHal&& hal) { in add()
68 for (const auto &hal : mHals) { in getHalNames() local
76 for (const auto &hal : getHals()) { in getHalNamesAndVersions() local
86 for (const ManifestHal *hal : getHals(name)) { in getInterfaceNames() local
122 for (const ManifestHal *hal : getHals(package)) { in getTransport() local
155 for (const ManifestHal *hal : getHals(name)) { in getSupportedVersions() local
165 for (const ManifestHal *hal : getHals(halName)) { in getInstances() local
DCompatibilityMatrix.cpp26 bool CompatibilityMatrix::add(MatrixHal &&hal) { in add()
Dparse_string.cpp301 bool parse(const std::string &s, ManifestHal *hal) { in parse()
319 std::ostream &operator<<(std::ostream &os, const ManifestHal &hal) { in operator <<()
364 for (const auto &hal : vm.getHals()) { in dump() local
/system/bt/service/hal/
Dfake_bluetooth_interface.cc20 namespace hal { namespace
Dbluetooth_interface.cc40 namespace hal { namespace
Dfake_bluetooth_gatt_interface.cc20 namespace hal { namespace
Dbluetooth_gatt_interface.cc39 namespace hal { namespace
/system/libvintf/test/
Dmain.cpp620 for (const auto &hal : getHals(vm)) { in TEST_F() local