Home
last modified time | relevance | path

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

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