Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp483 std::map<int32_t, Method *> reservedMethodsById; in addAllReservedMethods() local
502 if (!reservedMethodsById.emplace(method->getSerialId(), method).second) { in addAllReservedMethods()
505 << reservedMethodsById[method->getSerialId()]->name() in addAllReservedMethods()
510 for (const auto &pair : reservedMethodsById) { in addAllReservedMethods()