Searched refs:SendMessage (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/common/libs/security/ |
D | gatekeeper_channel.cpp | 50 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
|
D | keymaster_channel.cpp | 48 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
|
D | gatekeeper_channel.h | 82 bool SendMessage(uint32_t command, bool response,
|
D | keymaster_channel.h | 74 bool SendMessage(AndroidKeymasterCommand command, bool response,
|