Home
last modified time | relevance | path

Searched refs:isOut (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_to_ndk.h57 std::function<std::string(const std::string& type, const std::string& name, bool isOut)>
71 bool isOut) { in FormatArgForCall() argument
72 std::string reference_prefix = isOut ? "&" : ""; in FormatArgForCall()
Daidl_to_ndk.cpp321 std::function<std::string(const std::string& type, const std::string& name, bool isOut)> in NdkArgList()