Searched refs:ReadFromParcelFor (Results 1 – 6 of 6) sorted by relevance
/system/tools/aidl/ |
D | aidl_to_java.h | 103 bool ReadFromParcelFor(const CodeGeneratorContext& c);
|
D | aidl_to_ndk.h | 56 void ReadFromParcelFor(const CodeGeneratorContext& c);
|
D | generate_ndk.cpp | 589 ReadFromParcelFor({out, types, method.GetType(), "_aidl_out.get()", "_aidl_return"}); in GenerateClientMethodDefinition() 600 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_out.get()", cpp::BuildVarName(*arg)}); in GenerateClientMethodDefinition() 653 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_in", "&" + var_name}); in GenerateServerCaseDefinition() 1391 ReadFromParcelFor( in GenerateParcelSource() 1528 ReadFromParcelFor({out, types, type, "_parcel", "&" + var}); in GenerateParcelSource()
|
D | aidl_to_ndk.cpp | 230 void ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
|
D | aidl_to_java.cpp | 794 bool ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
|
D | generate_java_binder.cpp | 870 ReadFromParcelFor(CodeGeneratorContext{.writer = out, in GenerateProxyMethod()
|