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

  /system/tools/aidl/
aidl_language.h 142 class AidlMethod;
150 virtual AidlMethod* AsMethod() { return nullptr; }
197 class AidlMethod : public AidlMember {
199 AidlMethod(bool oneway, AidlType* type, std::string name,
202 AidlMethod(bool oneway, AidlType* type, std::string name,
205 virtual ~AidlMethod() = default;
207 AidlMethod* AsMethod() override { return this; }
223 // and GetOutArguments(). AidlMethod retains ownership of the argument
244 DISALLOW_COPY_AND_ASSIGN(AidlMethod);
329 const std::vector<std::unique_ptr<AidlMethod>>& GetMethods() cons
    [all...]
aidl_language.cpp 132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name,
150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name,
153 : AidlMethod(oneway, type, name, args, line, comments, 0) {
197 AidlMethod* method = local->AsMethod();
generate_cpp.cpp 107 const AidlMethod& method,
155 unique_ptr<Declaration> BuildMethodDecl(const AidlMethod& method,
254 const AidlMethod& method) {
420 const AidlMethod& method,
aidl.cpp 186 map<string, const AidlMethod*> method_names;
370 const std::vector<std::unique_ptr<AidlMethod>>& items) {
generate_java_binder.cpp 261 static void generate_method(const AidlMethod& method, Class* interface,

Completed in 86 milliseconds