Searched defs:command_type (Results 1 - 5 of 5) 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/components/nacl/loader/
H A Dnacl_helper_linux.cc230 // Honor a command |command_type|. Eventual command parameters are
235 int command_type,
243 switch (command_type) {
297 int command_type; local
298 if (!read_iter.ReadInt(&command_type)) {
303 command_type,
234 HonorRequestAndReply(int reply_fd, int command_type, ScopedVector<base::ScopedFD> attached_fds, const NaClLoaderSystemInfo& system_info, nacl::NaClSandbox* nacl_sandbox, PickleIterator* input_iter) argument
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc347 int command_type; local
348 if (pickle.ReadInt(&iter, &command_type)) {
351 switch (command_type) {
355 r = HandleRemoteCommand(static_cast<IPCCommands>(command_type),
370 // Handle a |command_type| request contained in |read_pickle| and send the reply
373 bool BrokerProcess::HandleRemoteCommand(IPCCommands command_type, int reply_ipc, argument
387 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);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc137 extensions::CommandService::ExtensionCommandType* command_type) {
141 DCHECK(command_type);
163 *command_type = prospective_command_type;
750 extensions::CommandService::ExtensionCommandType command_type; local
754 &command_type)) {
755 switch (command_type) {
133 GetBookmarkOverrideCommand( Profile* profile, const extensions::Extension** extension, extensions::Command* command, extensions::CommandService::ExtensionCommandType* command_type) argument

Completed in 5253 milliseconds