HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 876 - 900 of 1639) sorted by null

<<31323334353637383940>>

  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 99 // - If no response is needed for a command, then use NULL for the normal callback
156 t.push_back (Packet (query_monitor, &RNBRemote::HandlePacket_qRcmd, NULL, "qRcmd", "Monitor command"));
177 t.push_back (Packet (prefix_reg_packets_with_tid, &RNBRemote::HandlePacket_QThreadSuffixSupported , NULL, "QThreadSuffixSupported", "Check if thread specifc packets (register packets 'g', 'G', 'p', and 'P') support having the thread ID appended to the end of the command"));
340 // if (packet.command == nack)
356 // Only reset the remote command available event if we have no more packets
369 // Reset the remote command available event if we have no more packets
619 end_idx = idx + 1; // The command is one byte long...
1579 std::string command = get_identifier(line); local
    [all...]
  /external/openssh/
channels.c 1051 u_int8_t command; member in struct:__anon17294
1088 buffer_get(&c->input, (char *)&s4_req.command, 1);
1130 debug2("channel %d: dynamic request: socks4 host %s port %u command %u",
1131 c->self, c->path, c->host_port, s4_req.command);
1133 if (s4_req.command != 1) {
1135 c->self, need == 1 ? "SOCKS4" : "SOCKS4A", s4_req.command);
1139 s4_rsp.command = 90; /* cd: req granted */
1161 u_int8_t command; member in struct:__anon17295
1207 s5_req.command != SSH_SOCKS5_CONNECT ||
    [all...]
  /external/tcpdump/
print-openflow-1.0.c 12 * messages is done only when the verbosity level set by command-line argument
1170 uint16_t command; local
    [all...]
  /external/v8/src/
debug.cc 2735 CommandMessage command = event_command_queue_.Get(); local
2858 CommandMessage command = command_queue_.Get(); local
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc 3941 uint32_t command; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 445 * routing command.
485 // force routing command to audio hardware when ending call
2961 String8 command; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 3022 String command = atString.substring(0, indexOfEqual); local
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 120 unsigned short command; member in struct:cdkhdr
381 * of data collected for each port on the slave. The A_GETSTATS command
419 * All command and control communication with a device on the slave is
450 * structure. It contains a control block to command a device, and also
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 120 unsigned short command; member in struct:cdkhdr
381 * of data collected for each port on the slave. The A_GETSTATS command
419 * All command and control communication with a device on the slave is
450 * structure. It contains a control block to command a device, and also
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 113 * All commands from userspace should start with a __u32 command field
115 * length of the command block and response buffer if any in 32-bit
117 * the rest of the command struct based on these value.
121 __u32 command; member in struct:ib_uverbs_cmd_hdr
  /prebuilts/sdk/tools/lib/
dx.jar 
  /bionic/libc/kernel/uapi/linux/
hdreg.h 87 __u8 command; member in struct:hd_drive_cmd_hdr
104 __u8 command; member in struct:hd_drive_task_hdr
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 100 __u32 command; member in struct:ib_uverbs_cmd_hdr
  /development/ndk/platforms/android-21/include/linux/
hdreg.h 87 __u8 command; member in struct:hd_drive_cmd_hdr
104 __u8 command; member in struct:hd_drive_task_hdr
  /development/ndk/platforms/android-3/include/linux/
hdreg.h 77 task_ioreg_t command; member in struct:hd_drive_cmd_hdr
91 task_ioreg_t command; member in struct:hd_drive_task_hdr
  /external/deqp/modules/glshared/
glsDrawTest.cpp 1999 DrawCommand command; local
2045 DrawCommand command; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
hdreg.h 7 * Command Header sizes for IOCTL commands
77 __u8 command; member in struct:hd_drive_cmd_hdr
92 __u8 command; member in struct:hd_drive_task_hdr
142 #define WIN_SRST 0x08 /* ATAPI soft reset command */
212 #define WIN_PACKETCMD 0xA0 /* Send a packet command. */
353 #define HDIO_DRIVE_TASK 0x031e /* execute task and special drive command */
354 #define HDIO_DRIVE_CMD 0x031f /* execute a special drive command */
453 * future command overlap and queuing
456 * for IDENTIFY PACKET DEVICE command
467 * 14: NOP command
    [all...]
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 119 * All commands from userspace should start with a __u32 command field
121 * length of the command block and response buffer if any in 32-bit
123 * the rest of the command struct based on these value.
133 __u32 command; member in struct:ib_uverbs_cmd_hdr
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 600 Command command = commandEntry->command; local
601 (this->*command)(commandEntry); // commands are implicitly 'LockedInterruptible'
609 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) {
610 CommandEntry* commandEntry = new CommandEntry(command);
694 // Enqueue a command to run outside the lock to tell the policy that the configuration changed.
775 return false; // wait for the command to run
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 118 private native boolean doBooleanCommandNative(String command);
120 private native int doIntCommandNative(String command);
122 private native String doStringCommandNative(String command);
180 private boolean doBooleanCommand(String command) {
181 if (DBG) Log.d(mTAG, "doBoolean: " + command);
184 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command;
185 boolean result = doBooleanCommandNative(mInterfacePrefix + command);
187 if (DBG) Log.d(mTAG, command + ": returned " + result);
192 private boolean doBooleanCommandWithoutLogging(String command) {
193 if (DBG) Log.d(mTAG, "doBooleanCommandWithoutLogging: " + command);
975 String command = "P2P_CONNECT "; local
1143 String command = "P2P_SERVICE_ADD"; local
1158 String command = "P2P_SERVICE_DEL "; local
1184 String command = "P2P_SERV_DISC_REQ"; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/session/
MediaSessionCompat.java 484 * Called when a controller has sent a custom command to this session.
488 * @param command The command name.
489 * @param extras Optional parameters for the command, may be null.
490 * @param cb A result receiver to which a result may be sent by the command, may be null.
492 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
607 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
608 Callback.this.onCommand(command, extras, cb);
1723 public final String command; field in class:MediaSessionCompat.MediaSessionImplBase.Command
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 247 String command = intent.getStringExtra("command"); local
248 Log.d(TAG, "onReceive, action = " + action + " / command = " + command);
250 if ((SOUND_POWER_DOWN_MSG.equals(action) && CMDPAUSE.equals(command))) {
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 63 * You can run the tests with the following command line:
174 * A generic command interface. This is used to support a sequence of
178 private interface Command {
188 private class Insert implements Command {
204 private class Delete implements Command {
232 private class Update implements Command {
266 * This command queries the number of events and compares it to the given
269 private class QueryNumEvents implements Command {
285 * This command dumps the list of events to the log for debugging.
287 private class DumpEvents implements Command {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 163 public int channel, cla, command, p1, p2, p3; field in class:PhoneInterfaceManager.IccAPDUArgument
166 public IccAPDUArgument(int channel, int cla, int command,
170 this.command = command;
317 iccArgument.channel, iccArgument.cla, iccArgument.command,
357 iccArgument.cla, iccArgument.command, iccArgument.p1, iccArgument.p2,
396 iccArgument.command, iccArgument.p1, iccArgument.p2, iccArgument.p3,
    [all...]

Completed in 317 milliseconds

<<31323334353637383940>>