HomeSort by relevance Sort by last modified time
    Searched defs:command_data (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
trunks_binder_service.cc 31 // If |command| is a valid command protobuf, provides the |command_data| and
34 std::string* command_data) {
40 *command_data = request_proto.command();
83 std::string command_data; local
84 if (!ParseCommandProto(command, &command_data)) {
89 service_->transceiver_->SendCommand(command_data, callback);
109 std::string command_data; local
110 if (!ParseCommandProto(command, &command_data)) {
115 CreateResponseProto(service_->transceiver_->SendCommandAndWait(command_data),
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 369 uint8_t command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; /* Command data can length 0..0x658*/ member in struct:e1000_host_mng_command_info
2190 uint8_t command_data[E1000_HI_MAX_DATA_LENGTH]; \/* Command data can length 0..252 *\/ member in struct:e1000_host_command_info
    [all...]

Completed in 198 milliseconds