Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_rust.cpp63 auto arg_mode = ArgumentStorageMode(arg, typenames); in BuildArg() local
64 auto arg_type = RustNameOf(arg.GetType(), typenames, arg_mode); in BuildArg()
208 StorageMode arg_mode; in GenerateServerTransaction() local
210 arg_mode = StorageMode::VALUE; in GenerateServerTransaction()
213 arg_mode = StorageMode::DEFAULT_VALUE; in GenerateServerTransaction()
215 auto arg_type = RustNameOf(arg->GetType(), typenames, arg_mode); in GenerateServerTransaction()
Daidl_to_rust.cpp222 auto arg_mode = ArgumentStorageMode(arg, typenames); in ArgumentReferenceMode() local
223 switch (arg_mode) { in ArgumentReferenceMode()