Home
last modified time | relevance | path

Searched defs:is_response (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel.cpp27 bool is_response, in CreateKeymasterMessage()
Dkeymaster_channel.h33 bool is_response : 1; member
Dgatekeeper_channel_sharedfd.cpp38 bool SharedFdGatekeeperChannel::SendMessage(uint32_t command, bool is_response, in SendMessage()
Dkeymaster_channel_sharedfd.cpp48 AndroidKeymasterCommand command, bool is_response, in SendMessage()
Dkeymaster_channel_windows.cpp119 AndroidKeymasterCommand command, bool is_response, in SendMessage()
Dgatekeeper_channel_windows.cpp118 uint32_t command, bool is_response, in SendMessage()
/device/google/cuttlefish/common/libs/transport/
Dchannel.h37 bool is_response : 1; member
Dchannel.cpp31 Result<ManagedMessage> CreateMessage(uint32_t command, bool is_response, size_t payload_size) { in CreateMessage()