Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.h64 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function
66 KeymasterOperation() : mDevice{nullptr}, mOpHandle{0}, mError{km::ErrorCode::UNKNOWN_ERROR} {} in KeymasterOperation() function
82 KeymasterOperation(KmDevice* d, uint64_t h) in KeymasterOperation() function
84 KeymasterOperation(km::ErrorCode error) : mDevice{nullptr}, mOpHandle{0}, mError{error} {} in KeymasterOperation() function