Home
last modified time | relevance | path

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

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp154 static bool shouldWarnOutParam(const std::string& typeName) { in shouldWarnOutParam() function
253 if (method->results().size() > 1 && shouldWarnOutParam(aidlType)) { in emitAidl()