Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp91 const int kMinUserSetMethodId = 0; variable
259 int newId = kMinUserSetMethodId; in check_and_assign_method_ids()
292 if (item->GetId() < kMinUserSetMethodId || item->GetId() > kMaxUserSetMethodId) { in check_and_assign_method_ids()
295 << kMinUserSetMethodId << " and " << kMaxUserSetMethodId << " inclusive."; in check_and_assign_method_ids()