Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 2 of 2) sorted by relevance

/optee_rust/optee-teec/src/
A Dparameter.rs24 fn param_type(&self) -> ParamType; in param_type()
68 fn param_type(&self) -> ParamType { in param_type()
82 fn param_type(&self) -> ParamType { in param_type()
141 fn param_type(&self) -> ParamType { in param_type()
157 pub enum ParamType { enum
197 impl From<u32> for ParamType { implementation
219 pub fn new(p0: ParamType, p1: ParamType, p2: ParamType, p3: ParamType) -> Self { in new()
223 pub fn into_flags(&self) -> (ParamType, ParamType, ParamType, ParamType) { in into_flags()
/optee_rust/optee-utee/src/
A Dparameter.rs63 pub fn param_type(&self) -> ParamType { in param_type()
81 pub fn param_type(&self) -> ParamType { in param_type()
141 pub fn into_flags(&self) -> (ParamType, ParamType, ParamType, ParamType) { in into_flags()
158 pub enum ParamType { enum
168 impl From<u32> for ParamType { implementation

Completed in 7 milliseconds