Searched refs:is_response (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/common/libs/security/ |
D | gatekeeper_channel.cpp | 29 uint32_t command, bool is_response, size_t payload_size) { in CreateGatekeeperMessage() argument 33 message->is_response = is_response; in CreateGatekeeperMessage() 60 bool is_response, in SendMessage() argument 64 auto to_send = CreateGatekeeperMessage(command, is_response, payload_size); in SendMessage() 86 message_header.is_response, in ReceiveMessage()
|
D | keymaster_channel.cpp | 27 AndroidKeymasterCommand command, bool is_response, size_t payload_size) { in CreateKeymasterMessage() argument 31 message->is_response = is_response; in CreateKeymasterMessage() 58 bool is_response, in SendMessage() argument 62 auto to_send = CreateKeymasterMessage(command, is_response, payload_size); in SendMessage() 84 message_header.is_response, in ReceiveMessage()
|
D | gatekeeper_channel.h | 36 bool is_response : 1; member 65 uint32_t command, bool is_response, size_t payload_size);
|
D | keymaster_channel.h | 35 bool is_response : 1; member 65 AndroidKeymasterCommand command, bool is_response, size_t payload_size);
|