Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/
Daidl.h77 const int kMaxUserSetMethodId = kLastMetaMethodId - 1; variable
Daidl.cpp301 if (item->GetId() < kMinUserSetMethodId || item->GetId() > kMaxUserSetMethodId) { in CheckAndAssignMethodIDs()
304 << kMinUserSetMethodId << " and " << kMaxUserSetMethodId << " inclusive."; in CheckAndAssignMethodIDs()
Dgenerate_ndk.cpp696 if (id > kMaxUserSetMethodId) break; in GetMaxId()