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

  /external/chromium_org/tools/android/forwarder2/
command.cc 70 int command_type; local
71 if (!StringToInt(command_type_str, &command_type)) {
76 *command_type_out = static_cast<command::Type>(command_type);
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 189 // Honor a command |command_type|. Eventual command parameters are
194 int command_type,
201 switch (command_type) {
251 int command_type; local
252 if (!read_iter.ReadInt(&command_type)) {
256 return HonorRequestAndReply(zygote_ipc_fd, command_type, fds, system_info,
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 318 int command_type; local
319 if (pickle.ReadInt(&iter, &command_type)) {
322 switch (command_type) {
326 r = HandleRemoteCommand(static_cast<IPCCommands>(command_type),
343 // Handle a |command_type| request contained in |read_pickle| and send the reply
346 bool BrokerProcess::HandleRemoteCommand(IPCCommands command_type, int reply_ipc,
360 switch (command_type) {
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.c 337 uint8_t command_type = 0; local
355 command_type = ISO15693_RD_SINGLE_BLK_CMD;
389 command_type = ISO15693_WR_SINGLE_BLK_CMD;
446 command_type = ISO15693_WR_SINGLE_BLK_CMD;
487 command_type, a_send_byte, send_length);

Completed in 174 milliseconds