Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java102 StringBuilder command = new StringBuilder(invokeWith); in execApplication() local
126 StringBuilder command = new StringBuilder(invokeWith); in execStandalone() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiNative.java76 private native boolean doBooleanCommand(String iface, String command); in doBooleanCommand()
78 private native int doIntCommand(String iface, String command); in doIntCommand()
80 private native String doStringCommand(String iface, String command); in doStringCommand()
99 private boolean doBooleanCommand(String command) { in doBooleanCommand()
104 private int doIntCommand(String command) { in doIntCommand()
109 private String doStringCommand(String command) { in doStringCommand()
599 String command = "P2P_CONNECT "; in p2pConnect() local
750 String command = "P2P_SERVICE_ADD"; in p2pServiceAdd() local
765 String command = "P2P_SERVICE_DEL "; in p2pServiceDel() local
791 String command = "P2P_SERV_DISC_REQ"; in p2pServDiscReq() local
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DInteractionController.java174 Runnable command = new Runnable() { in clickAndWaitForEvents() local
193 private AccessibilityEvent runAndWaitForEvent(Runnable command, long timeout, int eventType) { in runAndWaitForEvent()
207 private AccessibilityEvent runAndWaitForEvents(Runnable command, long timeout, in runAndWaitForEvents()
270 Runnable command = new Runnable() { in sendKeyAndWaitForEvent() local
387 Runnable command = new Runnable() { in scrollSwipe() local
DUiAutomatorBridge.java165 public AccessibilityEvent executeCommandAndWaitForAccessibilityEvent(Runnable command, in executeCommandAndWaitForAccessibilityEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DModelInterpreter.java455 onCHLD(String command) throws InterpreterEx in onCHLD()
536 onDial(String command) throws InterpreterEx in onDial()
560 onSMSSend(String command) throws InterpreterEx in onSMSSend()
578 String command = commands[i]; in processLine() local
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java104 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand()
209 public boolean onSendExtraCommand(String command, Bundle extras) { in onSendExtraCommand()
/frameworks/base/location/java/com/android/internal/location/
DILocationProvider.aidl43 boolean sendExtraCommand(String command, inout Bundle extras); in sendExtraCommand()
/frameworks/base/core/java/android/nfc/
DApduList.java19 public void add(byte[] command) { in add()
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DLauncher.java76 Command command = findCommand(args[0]); in main() local
/frameworks/base/core/jni/
Dandroid_net_wifi_Wifi.cpp158 ScopedUtfChars command(env, jCommand); in android_net_wifi_doBooleanCommand() local
171 ScopedUtfChars command(env, jCommand); in android_net_wifi_doIntCommand() local
185 ScopedUtfChars command(env, jCommand); in android_net_wifi_doStringCommand() local
/frameworks/base/services/java/com/android/server/location/
DLocationProviderInterface.java49 public boolean sendExtraCommand(String command, Bundle extras); in sendExtraCommand()
DPassiveProvider.java116 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand()
DMockProvider.java164 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand()
DLocationProviderProxy.java279 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand()
/frameworks/wilhelm/src/itf/
DIAndroidEffect.cpp86 SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize, in IAndroidEffect_SendCommand()
/frameworks/av/services/audioflinger/
DAudioPolicyService.cpp665 AudioCommand *command = mAudioCommands[0]; in threadLoop() local
785 AudioCommand *command = new AudioCommand(); in startToneCommand() local
799 AudioCommand *command = new AudioCommand(); in stopToneCommand() local
815 AudioCommand *command = new AudioCommand(); in volumeCommand() local
841 AudioCommand *command = new AudioCommand(); in parametersCommand() local
864 AudioCommand *command = new AudioCommand(); in voiceVolumeCommand() local
882 void AudioPolicyService::AudioCommandThread::insertCommand_l(AudioCommand *command, int delayMs) in insertCommand_l()
/frameworks/base/services/java/com/android/server/wm/
DViewServer.java225 String command; in run() local
/frameworks/base/core/java/android/view/
DIWindow.aidl46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor); in executeCommand()
/frameworks/av/media/libmedia/
DIEffect.cpp62 status_t command(uint32_t cmdCode, in command() function in android::BpEffect
DToneGenerator.cpp1531 unsigned int count, unsigned int command) { in getSamples()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java68 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCameraStressTest.java133 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
/frameworks/base/services/java/com/android/server/
DNativeDaemonConnector.java430 public NativeDaemonArgumentException(String command, NativeDaemonEvent event) { in NativeDaemonArgumentException()
441 public NativeDaemonFailureException(String command, NativeDaemonEvent event) { in NativeDaemonFailureException()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java50 String command = args[0]; in run() local
/frameworks/base/core/java/android/os/
DRecoverySystem.java384 FileWriter command = new FileWriter(COMMAND_FILE); in bootCommand() local

123