Searched refs:transact_flags (Results 1 – 2 of 2) sorted by relevance
83 std::shared_ptr<Variable> transact_flags; member in android::aidl::java::StubClass185 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()
110 string transact_flags = flags.empty() ? "0" : Join(flags, " | "); in GenerateClientMethod() local112 << "transactions::" << method.GetName() << ", " << transact_flags << ", |_aidl_data| {\n"; in GenerateClientMethod()