Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_apicheck.cpp59 static bool are_compatible_interfaces(const AidlInterface& older, const AidlInterface& newer) { in are_compatible_interfaces() function
248 are_compatible_interfaces(*(old_type->AsInterface()), *(new_type->AsInterface())); in check_api()