Searched refs:operationHandle (Results 1 – 2 of 2) sorted by relevance
91 Return<void> update(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,94 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,98 Return<ErrorCode> abort(uint64_t operationHandle) override;
536 Return<void> RemoteKeymaster4Device::update(uint64_t operationHandle, in update() argument550 request.op_handle = operationHandle; in update()567 Return<void> RemoteKeymaster4Device::finish(uint64_t operationHandle, in finish() argument577 request.op_handle = operationHandle; in finish()595 Return<ErrorCode> RemoteKeymaster4Device::abort(uint64_t operationHandle) { in abort() argument597 request.op_handle = operationHandle; in abort()