HomeSort by relevance Sort by last modified time
    Searched defs:getHals (Results 1 - 3 of 3) sorted by null

  /system/libvintf/
CompatibilityMatrix.cpp 39 ConstMultiMapValueIterable<std::string, MatrixHal> CompatibilityMatrix::getHals() const {
HalManifest.cpp 76 for (const auto &hal : getHals()) {
86 for (const ManifestHal *hal : getHals(name)) {
102 std::vector<const ManifestHal *> HalManifest::getHals(const std::string &name) const {
110 std::vector<ManifestHal *> HalManifest::getHals(const std::string &name) {
122 for (const ManifestHal *hal : getHals(package)) {
149 ConstMultiMapValueIterable<std::string, ManifestHal> HalManifest::getHals() const {
155 for (const ManifestHal *hal : getHals(name)) {
165 for (const ManifestHal *hal : getHals(halName)) {
220 for (const ManifestHal* manifestHal : getHals(matrixHal.name)) {
248 for (const MatrixHal &matrixHal : mat.getHals()) {
    [all...]
  /system/libvintf/test/
main.cpp 81 ConstMultiMapValueIterable<std::string, ManifestHal> getHals(HalManifest &vm) {
82 return vm.getHals();
620 for (const auto &hal : getHals(vm)) {
    [all...]

Completed in 50 milliseconds