Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel.cpp50 return SendMessage(command, false, message); in SendRequest()
55 return SendMessage(command, true, message); in SendResponse()
58 bool GatekeeperChannel::SendMessage( in SendMessage() function in cuttlefish::GatekeeperChannel
Dkeymaster_channel.cpp48 return SendMessage(command, false, message); in SendRequest()
53 return SendMessage(command, true, message); in SendResponse()
56 bool KeymasterChannel::SendMessage( in SendMessage() function in cuttlefish::KeymasterChannel
Dgatekeeper_channel.h82 bool SendMessage(uint32_t command, bool response,
Dkeymaster_channel.h74 bool SendMessage(AndroidKeymasterCommand command, bool response,