Home
last modified time | relevance | path

Searched refs:ValueInout (Results 1 – 4 of 4) sorted by relevance

/optee_rust/optee-utee/src/
A Dparameter.rs109 ParamType::ValueInput | ParamType::ValueInout | ParamType::ValueOutput => { in as_value()
162 ValueInout = 3, enumerator
174 3 => ParamType::ValueInout, in from()
/optee_rust/examples/hello_world-rs/host/src/
A Dmain.rs23 let p0 = ParamValue::new(29, 0, ParamType::ValueInout); in hello_world()
/optee_rust/optee-teec/src/
A Dparameter.rs166 ValueInout = 3, enumerator
203 3 => ParamType::ValueInout, in from()
/optee_rust/examples/message_passing_interface-rs/host/src/
A Dmain.rs56 let p2 = ParamValue::new(0, 0, ParamType::ValueInout); in invoke()

Completed in 4 milliseconds