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