Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtrunks_binder_service.cc34 std::string* command_data) { in ParseCommandProto() argument
40 *command_data = request_proto.command(); in ParseCommandProto()
83 std::string command_data; in SendCommand() local
84 if (!ParseCommandProto(command, &command_data)) { in SendCommand()
89 service_->transceiver_->SendCommand(command_data, callback); in SendCommand()
109 std::string command_data; in SendCommandAndWait() local
110 if (!ParseCommandProto(command, &command_data)) { in SendCommandAndWait()
115 CreateResponseProto(service_->transceiver_->SendCommandAndWait(command_data), in SendCommandAndWait()