Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp575 std::map<int32_t, Method *> reservedMethodsById; in addAllReservedMethods() local
594 if (!reservedMethodsById.emplace(method->getSerialId(), method).second) { in addAllReservedMethods()
596 << " and " << reservedMethodsById[method->getSerialId()]->name() in addAllReservedMethods()
601 for (const auto &pair : reservedMethodsById) { in addAllReservedMethods()