Home
last modified time | relevance | path

Searched refs:response_proto_data (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtrunks_binder_proxy.cc41 const std::vector<uint8_t>& response_proto_data) override { in OnCommandResponse() argument
43 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()
44 response_proto_data.size())) { in OnCommandResponse()
105 std::vector<uint8_t> response_proto_data; in SendCommandAndWait() local
107 command_proto_data, &response_proto_data); in SendCommandAndWait()
113 if (!response_proto.ParseFromArray(response_proto_data.data(), in SendCommandAndWait()
114 response_proto_data.size())) { in SendCommandAndWait()