Searched refs:transact_flags (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/ |
D | generate_rust.cpp | 347 string transact_flags = flags.empty() ? "0" : Join(flags, " | "); in GenerateClientMethod() local 364 << ", _aidl_data, " << transact_flags << ");\n"; in GenerateClientMethod() 388 << ", _aidl_data, " << transact_flags << ");\n"; in GenerateClientMethod() 416 << ", _aidl_data, " << transact_flags << "),\n"; in GenerateClientMethod()
|
D | generate_java_binder.cpp | 88 std::shared_ptr<Variable> transact_flags; member in android::aidl::java::StubClass 172 this->transact_flags = std::make_shared<Variable>("int", "flags"); in StubClass() 180 onTransact->parameters.push_back(this->transact_flags); in StubClass() 194 this->transact_reply, this->transact_flags}); in Finish()
|