/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
D | Svc.java | 21 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[] {
|
D | DataCommand.java | 26 public class DataCommand extends Svc.Command {
|
D | WifiCommand.java | 26 public class WifiCommand extends Svc.Command {
|
D | PowerCommand.java | 28 public class PowerCommand extends Svc.Command {
|
/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 38 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/ |
D | NotificationPlayer.java | 48 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/ |
D | NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra); 55 Command mCommand;
|
D | NuPlayerStreamListener.cpp | 75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand()
|
/frameworks/base/include/media/ |
D | IStreamSource.h | 41 enum Command { enum 66 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/base/tools/aapt/ |
D | Bundle.h | 20 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;
|
D | Android.mk | 15 Command.cpp \
|
/frameworks/base/media/libmedia/ |
D | IStreamSource.cpp | 136 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand() 171 Command cmd = static_cast<Command>(data.readInt32()); in onTransact()
|
/frameworks/base/services/input/ |
D | InputDispatcher.h | 605 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/ |
D | index.jd | 17 Devices from the Command Line</a>.</p> 72 from the Command Line</a>.</p>
|
D | managing-avds-cmdline.jd | 1 page.title=Managing AVDs from the Command Line 25 from the Command Line</a></li>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | android.jd | 10 "{@docRoot}guide/developing/devices/managing-avds-cmdline.html">Managing AVDs from the Command 15 the Command Line</a>.</li>
|
D | adb.jd | 182 <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>
|
D | monkey.jd | 63 <h2>Command Options Reference</h2>
|
/frameworks/base/docs/html/guide/developing/building/ |
D | building-cmdline.jd | 1 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>
|
D | building-eclipse.jd | 127 <p>You can specify any emulator options to the Additional Emulator Command Line Options
|
/frameworks/base/docs/html/guide/developing/testing/ |
D | testing_otheride.jd | 36 <a href="#AMSyntax">Using the Instrument Command</a> 373 <h2 id="AMSyntax">Using the am instrument Command</h2>
|
/frameworks/compile/slang/ |
D | README.rst | 61 Example Command
|
/frameworks/base/docs/html/guide/developing/projects/ |
D | projects-cmdline.jd | 1 page.title=Managing Projects from the Command Line
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-mapview.jd | 23 Creating and Managing Projects on the Command Line</a>, as appropriate for your environment.</p>
|
/frameworks/base/docs/html/guide/publishing/ |
D | app-signing.jd | 233 on the Command Line</a> for more information.</p> 434 Building and Running Apps on the Command Line</a>.</p>
|