Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.h59 mOpHandle = std::move(rhs.mOpHandle); in KeymasterOperation()
64 : mDevice{nullptr}, mOpHandle{0}, in KeymasterOperation()
69 mOpHandle = std::move(rhs.mOpHandle);
72 rhs.mOpHandle = 0;
78 : mDevice{d}, mOpHandle{h}, mError {ErrorCode::OK} {} in KeymasterOperation()
80 : mDevice{nullptr}, mOpHandle{0}, in KeymasterOperation()
83 uint64_t mOpHandle; variable
DKeymaster.cpp31 if (mDevice.get()) mDevice->abort(mOpHandle); in ~KeymasterOperation()
53 auto error = mDevice->update(mOpHandle, hidl_vec<KeyParameter>(), inputBlob, hidlCB); in updateCompletely()
83 auto error = mDevice->finish(mOpHandle, hidl_vec<KeyParameter>(), hidl_vec<uint8_t>(), in finish()
164 uint64_t mOpHandle; in begin() local
173 mOpHandle = operationHandle; in begin()
185 return KeymasterOperation(mDevice, mOpHandle); in begin()