HomeSort by relevance Sort by last modified time
    Searched refs:operationHandle (Results 1 - 2 of 2) sorted by null

  /external/nos/host/android/hals/keymaster/include/
KeymasterDevice.h 58 uint64_t operationHandle,
97 uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
102 uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
107 Return<ErrorCode> abort(uint64_t operationHandle) override;
  /external/nos/host/android/hals/keymaster/
KeymasterDevice.cpp 420 uint64_t operationHandle, const hidl_vec<KeyParameter>& parametersToVerify,
425 (void)operationHandle;
749 uint64_t operationHandle = startResponse.handle().handle();
753 Finalize finalize([&] () { abort(operationHandle); });
755 continueRequest.mutable_handle()->set_handle(operationHandle);
769 finishRequest.mutable_handle()->set_handle(operationHandle);
    [all...]

Completed in 261 milliseconds