Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_apicheck.cpp80 const auto new_m = found->second; in are_compatible_interfaces() local
82 if (old_m->IsOneway() != new_m->IsOneway()) { in are_compatible_interfaces()
83 AIDL_ERROR(new_m) << "Oneway attribute " << (old_m->IsOneway() ? "removed" : "added") << ": " in are_compatible_interfaces()
88 if (old_m->GetId() != new_m->GetId()) { in are_compatible_interfaces()
89 AIDL_ERROR(new_m) << "Transaction ID changed: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
91 << new_m->GetId() << "."; in are_compatible_interfaces()
95 compatible &= are_compatible_types(old_m->GetType(), new_m->GetType()); in are_compatible_interfaces()
98 const auto& new_args = new_m->GetArguments(); in are_compatible_interfaces()
107 AIDL_ERROR(new_m) << "Direction changed: " << old_a.GetDirectionSpecifier() << " to " in are_compatible_interfaces()