Home
last modified time | relevance | path

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

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