Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/hidl2aidl/
H A 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()
/aosp12/system/tools/hidl/
H A DMethod.cpp255 WrappedOutput* wrappedOutput, const std::string& attachToLast) { in fillHidlArgResultTokens() argument
263 if (!attachToLast.empty()) *wrappedOutput << attachToLast; in fillHidlArgResultTokens()