Home
last modified time | relevance | path

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

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