Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions.h176 bool GenRpc() const { return gen_rpc_; } in GenRpc()
249 bool gen_rpc_ = false; variable
Doptions.cpp450 gen_rpc_ = true; in Options()
676 if (gen_rpc_ && min_sdk_version_ < rpc_version) { in Options()
681 if (min_sdk_version_ >= rpc_version) gen_rpc_ = true; in Options()