Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp_common.cpp161 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, in GenLogBeforeExecute() argument
171 WriteLogForArgument(*writer, *a, isServer, "_transaction_log.input_args", isNdk); in GenLogBeforeExecute()
184 const string& returnVarName, bool isServer, bool isNdk) { in GenLogAfterExecute() argument
190 const auto address = (isNdk && isServer) ? "_aidl_impl.get()" : "static_cast<const void*>(this)"; in GenLogAfterExecute()
196 (*writer) << "_transaction_log.stub_address = " << (isServer ? address : "nullptr") << ";\n"; in GenLogAfterExecute()
197 (*writer) << "_transaction_log.proxy_address = " << (isServer ? "nullptr" : address) << ";\n"; in GenLogAfterExecute()
219 WriteLogForArgument(*writer, *a, isServer, "_transaction_log.output_args", isNdk); in GenLogAfterExecute()
223 const string expr = (isServer ? "" : "*") + returnVarName; in GenLogAfterExecute()
Daidl_to_cpp_common.h75 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer,
79 const string& returnVarName, bool isServer, bool isNdk);