OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_STOP
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java
99
mStateMachine.sendMessage(SoftApStateMachine.
CMD_STOP
);
176
public static final int
CMD_STOP
= 1;
224
case
CMD_STOP
:
/external/sonivox/jet_tools/JetCreator/
JetAudition.py
42
CMD_STOP
= 'Stop'
249
self.SetPlayCommand(
CMD_STOP
)
392
if playCmd == CMD_QUEUE_AND_CANCEL or playCmd ==
CMD_STOP
or playCmd == CMD_QUEUE_AND_CANCEL_CURRENT:
393
if playCmd == CMD_QUEUE_AND_CANCEL or playCmd ==
CMD_STOP
:
/frameworks/base/services/net/java/android/net/ip/
IpManager.java
361
private static final int
CMD_STOP
= 1;
520
sendMessage(
CMD_STOP
);
[
all
...]
/device/generic/goldfish/gps/
gps_qemu.c
577
CMD_STOP
= 2
630
char cmd =
CMD_STOP
;
637
D("%s: could not send
CMD_STOP
command: ret=%d: %s",
733
else if (cmd ==
CMD_STOP
) {
Completed in 225 milliseconds