/device/google/cuttlefish/common/libs/security/ |
D | gatekeeper_channel_sharedfd.cpp | 28 bool SharedFdGatekeeperChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdGatekeeperChannel 51 auto result = is_response ? channel_.SendResponse(*to_send) : channel_.SendRequest(*to_send); in SendMessage()
|
D | gatekeeper_channel.h | 33 virtual bool SendRequest(uint32_t command,
|
D | keymaster_channel_sharedfd.h | 35 bool SendRequest(AndroidKeymasterCommand command,
|
D | gatekeeper_channel_sharedfd.h | 34 bool SendRequest(uint32_t command,
|
D | keymaster_channel_windows.h | 41 bool SendRequest(AndroidKeymasterCommand command,
|
D | gatekeeper_channel_windows.h | 38 bool SendRequest(uint32_t command,
|
D | keymaster_channel.h | 72 virtual bool SendRequest(AndroidKeymasterCommand command,
|
D | keymaster_channel_sharedfd.cpp | 37 bool SharedFdKeymasterChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdKeymasterChannel
|
D | keymaster_channel_test.cpp | 38 ASSERT_TRUE(channel.SendRequest(keymaster::GET_VERSION, request)) in TEST()
|
D | keymaster_channel_windows.cpp | 108 bool KeymasterWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::KeymasterWindowsChannel
|
D | gatekeeper_channel_windows.cpp | 106 bool GatekeeperWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::GatekeeperWindowsChannel
|
/device/google/cuttlefish/guest/hals/oemlock/remote/ |
D | remote_oemlock.cpp | 72 CF_EXPECT(channel_.SendRequest(*message), in requestValue() 86 CF_EXPECT(channel_.SendRequest(*message), in setValue()
|
/device/google/cuttlefish/common/libs/transport/ |
D | channel_sharedfd.h | 28 Result<void> SendRequest(RawMessage& message) override;
|
D | channel.h | 69 virtual Result<void> SendRequest(RawMessage& message) = 0;
|
D | channel_sharedfd.cpp | 30 Result<void> SharedFdChannel::SendRequest(RawMessage& message) { in SendRequest() function in cuttlefish::transport::SharedFdChannel
|
/device/google/cuttlefish/shared/sensors/multihal/ |
D | entry.cpp | 47 auto send_result = sensors_channel_.SendRequest(*message); in Send()
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.cpp | 174 if (!gatekeeper_channel_->SendRequest(command, request)) { in Send()
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.cpp | 36 if (!channel_->SendRequest(command, req)) { in ForwardCommand()
|