Searched defs:command_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/android/forwarder2/
H A Dcommand.cc70 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/sandbox/linux/services/
H A Dbroker_process.cc320 int command_type; local
321 if (pickle.ReadInt(&iter, &command_type)) {
324 switch (command_type) {
328 r = HandleRemoteCommand(static_cast<IPCCommands>(command_type),
345 // Handle a |command_type| request contained in |read_pickle| and send the reply
348 bool BrokerProcess::HandleRemoteCommand(IPCCommands command_type, int reply_ipc, argument
362 switch (command_type) {
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Format.c337 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 86 milliseconds