Searched defs:Operation (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
H A Doperation.h33 class Operation;
34 using OperationPtr = UniquePtr<Operation>;
89 class Operation { class in namespace:keymaster
91 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, function in class:keymaster::Operation
94 virtual ~Operation() {}
96 Operation(const Operation&) = delete;
97 void operator=(const Operation&) = delete;
/system/security/keystore/
H A Doperation_struct.h34 struct Operation { struct in namespace:keystore
35 Operation() = default;
36 Operation(uint64_t handle_, uint64_t keyid_, KeyPurpose purpose_, const sp<Keymaster>& device_, function in struct:keystore::Operation
41 Operation(Operation&&) = default;
42 Operation(const Operation&) = delete;

Completed in 78 milliseconds