Home
last modified time | relevance | path

Searched refs:BeginOperation (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.h76 void BeginOperation(const BeginOperationRequest& request,
Dremote_keymaster.cpp294 void RemoteKeymaster::BeginOperation(const BeginOperationRequest& request, in BeginOperation() function in keymaster::RemoteKeymaster
Dremote_keymint_device.cpp386 impl_.BeginOperation(request, &response); in begin()
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp49 HANDLE_MESSAGE(BEGIN_OPERATION, BeginOperation) in ProcessMessage()