Searched defs:is_response (Results  1 – 10 of 10) sorted by relevance
| /device/google/cuttlefish/common/libs/security/ | 
| D | gatekeeper_channel.cpp | 31                                                  bool is_response,  in CreateGatekeeperMessage()
 | 
| D | keymaster_channel.cpp | 27                                                bool is_response,  in CreateKeymasterMessage()
 | 
| D | keymaster_channel.h | 33   bool is_response : 1;  member
 | 
| D | channel.h | 37   bool is_response : 1;  member
 | 
| D | gatekeeper_channel.h | 34   bool is_response : 1;  member
 | 
| D | keymaster_channel_sharedfd.cpp | 48     AndroidKeymasterCommand command, bool is_response,  in SendMessage()
 | 
| D | gatekeeper_channel_sharedfd.cpp | 44     uint32_t command, bool is_response,  in SendMessage()
 | 
| D | gatekeeper_channel_windows.cpp | 119     uint32_t command, bool is_response,  in SendMessage()
 | 
| D | keymaster_channel_windows.cpp | 119     AndroidKeymasterCommand command, bool is_response,  in SendMessage()
 | 
| D | channel_sharedfd.cpp | 29 Result<ManagedMessage> CreateMessage(uint32_t command, bool is_response, size_t payload_size) {  in CreateMessage()
 |