Searched defs:KeymasterOperation (Results 1 – 1 of 1) sorted by relevance
64 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function66 KeymasterOperation() : mDevice{nullptr}, mOpHandle{0}, mError{km::ErrorCode::UNKNOWN_ERROR} {} in KeymasterOperation() function82 KeymasterOperation(KmDevice* d, uint64_t h) in KeymasterOperation() function84 KeymasterOperation(km::ErrorCode error) : mDevice{nullptr}, mOpHandle{0}, mError{error} {} in KeymasterOperation() function