HomeSort by relevance Sort by last modified time
    Searched refs:GetOutArguments (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
aidl_language.h 186 // and GetOutArguments(). AidlMethod retains ownership of the argument
191 const std::vector<const AidlArgument*>& GetOutArguments() const {
generate_cpp.cpp 345 for (const AidlArgument* a : method.GetOutArguments()) {
482 for (const AidlArgument* a : method.GetOutArguments()) {

Completed in 155 milliseconds