Searched refs:ReadFromParcelFor (Results 1 – 6 of 6) sorted by relevance
/system/tools/aidl/ |
D | aidl_to_java.h | 100 bool ReadFromParcelFor(const CodeGeneratorContext& c);
|
D | aidl_to_ndk.h | 52 void ReadFromParcelFor(const CodeGeneratorContext& c);
|
D | generate_ndk.cpp | 314 ReadFromParcelFor({out, types, method.GetType(), "_aidl_out.get()", "_aidl_return"}); in GenerateClientMethodDefinition() 323 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_out.get()", cpp::BuildVarName(*arg)}); in GenerateClientMethodDefinition() 359 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_in", "&" + var_name}); in GenerateServerCaseDefinition() 822 ReadFromParcelFor({out, types, variable->GetType(), "parcel", "&" + variable->GetName()}); in GenerateParcelSource()
|
D | aidl_to_ndk.cpp | 314 void ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
|
D | aidl_to_java.cpp | 547 bool ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
|
D | generate_java_binder.cpp | 728 ReadFromParcelFor(context); in generate_proxy_method()
|