Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp83 std::shared_ptr<Variable> transact_flags; member in android::aidl::java::StubClass
185 this->transact_flags = std::make_shared<Variable>("int", "flags"); in StubClass()
193 onTransact->parameters.push_back(this->transact_flags); in StubClass()
208 this->transact_reply, this->transact_flags}); in finish()
Dgenerate_rust.cpp110 string transact_flags = flags.empty() ? "0" : Join(flags, " | "); in GenerateClientMethod() local
112 << "transactions::" << method.GetName() << ", " << transact_flags << ", |_aidl_data| {\n"; in GenerateClientMethod()