Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 18 of 18) sorted by relevance

/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel_sharedfd.cpp28 bool SharedFdGatekeeperChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdGatekeeperChannel
51 auto result = is_response ? channel_.SendResponse(*to_send) : channel_.SendRequest(*to_send); in SendMessage()
Dgatekeeper_channel.h33 virtual bool SendRequest(uint32_t command,
Dkeymaster_channel_sharedfd.h35 bool SendRequest(AndroidKeymasterCommand command,
Dgatekeeper_channel_sharedfd.h34 bool SendRequest(uint32_t command,
Dkeymaster_channel_windows.h41 bool SendRequest(AndroidKeymasterCommand command,
Dgatekeeper_channel_windows.h38 bool SendRequest(uint32_t command,
Dkeymaster_channel.h72 virtual bool SendRequest(AndroidKeymasterCommand command,
Dkeymaster_channel_sharedfd.cpp37 bool SharedFdKeymasterChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdKeymasterChannel
Dkeymaster_channel_test.cpp38 ASSERT_TRUE(channel.SendRequest(keymaster::GET_VERSION, request)) in TEST()
Dkeymaster_channel_windows.cpp108 bool KeymasterWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::KeymasterWindowsChannel
Dgatekeeper_channel_windows.cpp106 bool GatekeeperWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::GatekeeperWindowsChannel
/device/google/cuttlefish/guest/hals/oemlock/remote/
Dremote_oemlock.cpp72 CF_EXPECT(channel_.SendRequest(*message), in requestValue()
86 CF_EXPECT(channel_.SendRequest(*message), in setValue()
/device/google/cuttlefish/common/libs/transport/
Dchannel_sharedfd.h28 Result<void> SendRequest(RawMessage& message) override;
Dchannel.h69 virtual Result<void> SendRequest(RawMessage& message) = 0;
Dchannel_sharedfd.cpp30 Result<void> SharedFdChannel::SendRequest(RawMessage& message) { in SendRequest() function in cuttlefish::transport::SharedFdChannel
/device/google/cuttlefish/shared/sensors/multihal/
Dentry.cpp47 auto send_result = sensors_channel_.SendRequest(*message); in Send()
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp174 if (!gatekeeper_channel_->SendRequest(command, request)) { in Send()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp36 if (!channel_->SendRequest(command, req)) { in ForwardCommand()