Home
last modified time | relevance | path

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

/aosp12/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h48 inline static ErrorCode ksHandleHidlError(const Return<ErrorCode>& error, Msgs&&... msgs) { in ksHandleHidlError() function
57 inline static ErrorCode ksHandleHidlError(const Return<void>& error, Msgs&&... msgs) { in ksHandleHidlError() function
67 ::keystore::ksHandleHidlError(rc, __FILE__, ":", __LINE__, ":", __PRETTY_FUNCTION__)
/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h56 inline static ErrorCode ksHandleHidlError(KMDevice dev, const Return<ErrorCode>& error, in ksHandleHidlError() function
68 inline static ErrorCode ksHandleHidlError(KMDevice, const Return<void>& error, Msgs&&... msgs) { in ksHandleHidlError() function
78 ::keystore::ksHandleHidlError(dev, rc, __FILE__, ":", __LINE__, ":", __PRETTY_FUNCTION__)