Home
last modified time | relevance | path

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

/system/authgraph/hal/src/
Dlib.rs45 fn try_fromm(val: T) -> Result<Self, Self::Error>; in try_fromm() method
75 U::try_fromm(self) in try_innto()
126 fn try_fromm(aidl: Key) -> Result<Self, Self::Error> { in try_fromm() method
/system/keymint/hal/src/
Dhal.rs112 fn try_fromm(val: T) -> Result<Self, Self::Error>; in try_fromm() method
142 U::try_fromm(self) in try_innto()
431 fn try_fromm(val: keymint::AttestationKey::AttestationKey) -> Result<Self, Self::Error> { in try_fromm() method
445 fn try_fromm(val: keymint::HardwareAuthToken::HardwareAuthToken) -> Result<Self, Self::Error> { in try_fromm() method
508 fn try_fromm(val: &keymint::KeyParameter::KeyParameter) -> Result<Self, Self::Error> { in try_fromm() method
749 fn try_fromm(val: $henum) -> Result<Self, Self::Error> {