Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/cmds/svc/src/com/android/commands/svc/
DSvc.java21 public static abstract class Command { class in Svc
24 public Command(String name) { in Command() method in Svc.Command
39 Command c = lookupCommand(args[0]); in main()
48 private static Command lookupCommand(String name) { in lookupCommand()
51 Command c = COMMANDS[i]; in lookupCommand()
59 public static final Command COMMAND_HELP = new Command("help") {
68 Command c = lookupCommand(args[1]);
79 Command c = COMMANDS[i];
87 Command c = COMMANDS[i];
93 public static final Command[] COMMANDS = new Command[] {
DDataCommand.java26 public class DataCommand extends Svc.Command {
DWifiCommand.java26 public class WifiCommand extends Svc.Command {
DPowerCommand.java28 public class PowerCommand extends Svc.Command {
/frameworks/base/media/java/android/media/
DAsyncPlayer.java38 private static final class Command { class in AsyncPlayer
52 private LinkedList<Command> mCmdQueue = new LinkedList();
54 private void startSound(Command cmd) { in startSound()
87 Command cmd = null; in run()
166 Command cmd = new Command(); in play()
188 Command cmd = new Command(); in stop()
197 private void enqueueLocked(Command cmd) { in enqueueLocked()
/frameworks/base/services/java/com/android/server/
DNotificationPlayer.java48 private static final class Command { class in NotificationPlayer
62 private LinkedList<Command> mCmdQueue = new LinkedList();
73 public Command mCmd;
74 public CreationAndCompletionThread(Command cmd) { in CreationAndCompletionThread()
118 private void startSound(Command cmd) { in startSound()
160 Command cmd = null; in run()
265 Command cmd = new Command(); in play()
287 Command cmd = new Command(); in stop()
296 private void enqueueLocked(Command cmd) { in enqueueLocked()
/frameworks/base/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
55 Command mCommand;
DNuPlayerStreamListener.cpp75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand()
/frameworks/base/include/media/
DIStreamSource.h41 enum Command { enum
66 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/base/tools/aapt/
DBundle.h20 typedef enum Command { enum
29 } Command; typedef
60 Command getCommand(void) const { return mCmd; } in getCommand()
61 void setCommand(Command cmd) { mCmd = cmd; } in setCommand()
221 Command mCmd;
DAndroid.mk15 Command.cpp \
/frameworks/base/media/libmedia/
DIStreamSource.cpp136 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand()
171 Command cmd = static_cast<Command>(data.readInt32()); in onTransact()
/frameworks/base/services/input/
DInputDispatcher.h605 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry); typedef
609 CommandEntry(Command command);
612 Command command;
950 CommandEntry* postCommandLocked(Command command);
/frameworks/base/docs/html/guide/developing/devices/
Dindex.jd17 Devices from the Command Line</a>.</p>
72 from the Command Line</a>.</p>
Dmanaging-avds-cmdline.jd1 page.title=Managing AVDs from the Command Line
25 from the Command Line</a></li>
/frameworks/base/docs/html/guide/developing/tools/
Dandroid.jd10 "{@docRoot}guide/developing/devices/managing-avds-cmdline.html">Managing AVDs from the Command
15 the Command Line</a>.</li>
Dadb.jd182 <th>Command</th>
427 <th>Shell Command</th>
482 … and the command options. See <a href="#logcatoptions">Listing of logcat Command Options</a> for a…
606 <h3>Listing of logcat Command Options</h3>
Dmonkey.jd63 <h2>Command Options Reference</h2>
/frameworks/base/docs/html/guide/developing/building/
Dbuilding-cmdline.jd1 page.title=Building and Running from the Command Line
21 <li><a href="#AntReference">Ant Command Reference</a></li>
26 the Command Line</a></li>
317 <h2 id="AntReference">Ant Command Reference</h2>
Dbuilding-eclipse.jd127 <p>You can specify any emulator options to the Additional Emulator Command Line Options
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_otheride.jd36 <a href="#AMSyntax">Using the Instrument Command</a>
373 <h2 id="AMSyntax">Using the am instrument Command</h2>
/frameworks/compile/slang/
DREADME.rst61 Example Command
/frameworks/base/docs/html/guide/developing/projects/
Dprojects-cmdline.jd1 page.title=Managing Projects from the Command Line
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-mapview.jd23 Creating and Managing Projects on the Command Line</a>, as appropriate for your environment.</p>
/frameworks/base/docs/html/guide/publishing/
Dapp-signing.jd233 on the Command Line</a> for more information.</p>
434 Building and Running Apps on the Command Line</a>.</p>

12