Home
last modified time | relevance | path

Searched refs:ReadFromParcelFor (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl_to_java.h100 bool ReadFromParcelFor(const CodeGeneratorContext& c);
Daidl_to_ndk.h54 void ReadFromParcelFor(const CodeGeneratorContext& c);
Dgenerate_ndk.cpp420 ReadFromParcelFor({out, types, method.GetType(), "_aidl_out.get()", "_aidl_return"}); in GenerateClientMethodDefinition()
431 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_out.get()", cpp::BuildVarName(*arg)}); in GenerateClientMethodDefinition()
474 ReadFromParcelFor({out, types, arg->GetType(), "_aidl_in", "&" + var_name}); in GenerateServerCaseDefinition()
981 ReadFromParcelFor({out, types, variable->GetType(), "parcel", "&" + variable->GetName()}); in GenerateParcelSource()
Daidl_to_ndk.cpp418 void ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
Daidl_to_java.cpp644 bool ReadFromParcelFor(const CodeGeneratorContext& c) { in ReadFromParcelFor() function
Dgenerate_java_binder.cpp718 ReadFromParcelFor(context); in generate_proxy_method()