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 223 // and GetOutArguments(). AidlMethod retains ownership of the argument
228 const std::vector<const AidlArgument*>& GetOutArguments() const {
generate_cpp.cpp 357 for (const AidlArgument* a : method.GetOutArguments()) {
505 for (const AidlArgument* a : method.GetOutArguments()) {

Completed in 61 milliseconds