Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtrunks_binder_proxy.cc42 const std::vector<uint8_t>& response_proto_data) override { in OnCommandResponse() argument
44 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()
45 response_proto_data.size())) { in OnCommandResponse()
106 std::vector<uint8_t> response_proto_data; in SendCommandAndWait() local
108 command_proto_data, &response_proto_data); in SendCommandAndWait()
114 if (!response_proto.ParseFromArray(response_proto_data.data(), in SendCommandAndWait()
115 response_proto_data.size())) { in SendCommandAndWait()
/system/tpm/tpm_manager/client/
Dbinder_proxy_helper.h73 const std::vector<uint8_t>& response_proto_data) override { in OnCommandResponse() argument
76 if (!response_proto.ParseFromArray(response_proto_data.data(), in OnCommandResponse()
77 response_proto_data.size())) { in OnCommandResponse()