Home
last modified time | relevance | path

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

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp155 static const std::vector<std::string> kNoOutParamTypes = {"ParcelFileDescriptor", in shouldWarnOutParam() local
169 return std::find(kNoOutParamTypes.begin(), kNoOutParamTypes.end(), typeName) != in shouldWarnOutParam()
170 kNoOutParamTypes.end(); in shouldWarnOutParam()