Searched refs:StatusOf (Results 1 – 4 of 4) sorted by relevance
25 using android::hardware::details::StatusOf;144 return StatusOf<V3_0::ErrorCode, V4_0::ErrorCode>(rc); in addRngEntropy()219 if (!rc.isOk()) return StatusOf<V3_0::ErrorCode, V4_0::ErrorCode>(rc); in deleteKey()225 if (!rc.isOk()) return StatusOf<V3_0::ErrorCode, V4_0::ErrorCode>(rc); in deleteAllKeys()231 if (!rc.isOk()) return StatusOf<V3_0::ErrorCode, V4_0::ErrorCode>(rc); in destroyAttestationIds()282 if (!rc.isOk()) return StatusOf<V3_0::ErrorCode, V4_0::ErrorCode>(rc); in abort()
150 friend Return<U> StatusOf(const Return<T> &other);295 Return<U> StatusOf(const Return<T> &other) { in StatusOf() function
51 ? details::StatusOf<void, bool>(chainRet) in canCastInterface()
143 ? details::StatusOf<bool, sp<IChild>>(canCastRet) in castInterface()