Home
last modified time | relevance | path

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

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp41 const std::string& prefix, const std::string& attachToLast, in emitAidlMethodParams() argument
44 *wrappedOutput << attachToLast; in emitAidlMethodParams()
56 if (!attachToLast.empty()) *wrappedOutput << attachToLast; in emitAidlMethodParams()
/system/tools/hidl/
DMethod.cpp255 WrappedOutput* wrappedOutput, const std::string& attachToLast) { in fillHidlArgResultTokens() argument
263 if (!attachToLast.empty()) *wrappedOutput << attachToLast; in fillHidlArgResultTokens()