OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:command_proto_data
(Results
1 - 1
of
1
) sorted by null
/system/tpm/trunks/
trunks_binder_proxy.cc
77
std::vector<uint8_t>
command_proto_data
;
local
78
command_proto_data
.resize(command_proto.ByteSize());
79
if (!command_proto.SerializeToArray(
command_proto_data
.data(),
80
command_proto_data
.size())) {
87
trunks_service_->SendCommand(
command_proto_data
, observer);
98
std::vector<uint8_t>
command_proto_data
;
local
99
command_proto_data
.resize(command_proto.ByteSize());
100
if (!command_proto.SerializeToArray(
command_proto_data
.data(),
101
command_proto_data
.size())) {
107
command_proto_data
, &response_proto_data)
[
all
...]
Completed in 46 milliseconds