Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp92 const int kMaxUserSetMethodId = kLastMetaMethodId - 1; variable
328 if (item->GetId() < kMinUserSetMethodId || item->GetId() > kMaxUserSetMethodId) { in check_and_assign_method_ids()
331 << kMinUserSetMethodId << " and " << kMaxUserSetMethodId << " inclusive."; in check_and_assign_method_ids()