/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1120 sp<AudioCommand> command = mAudioCommands[0]; in threadLoop() local 1122 mLastCommand = command; in threadLoop() 1124 switch (command->mCommand) { in threadLoop() 1126 VolumeData *data = (VolumeData *)command->mParam.get(); in threadLoop() 1130 command->mStatus = AudioSystem::setStreamVolume(data->mStream, in threadLoop() 1136 ParametersData *data = (ParametersData *)command->mParam.get(); in threadLoop() 1140 command->mStatus = AudioSystem::setParameters(data->mIO, data->mKeyValuePairs); in threadLoop() 1144 VoiceVolumeData *data = (VoiceVolumeData *)command->mParam.get(); in threadLoop() 1148 command->mStatus = AudioSystem::setVoiceVolume(data->mVolume); in threadLoop() 1152 StopOutputData *data = (StopOutputData *)command->mParam.get(); in threadLoop() [all …]
|
/frameworks/base/media/apex/java/android/media/ |
D | Session2CommandGroup.java | 75 for (Parcelable command : commands) { in Session2CommandGroup() 76 mCommands.add((Session2Command) command); in Session2CommandGroup() 86 public boolean hasCommand(@NonNull Session2Command command) { in hasCommand() argument 87 if (command == null) { in hasCommand() 90 return mCommands.contains(command); in hasCommand() 103 for (Session2Command command : mCommands) { in hasCommand() 104 if (command.getCommandCode() == commandCode) { in hasCommand() 165 public Builder addCommand(@NonNull Session2Command command) { in addCommand() argument 166 if (command == null) { in addCommand() 169 mCommands.add(command); in addCommand() [all …]
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceStreamBase.cpp | 330 AAudioServiceMessage command; in sendServiceEvent() local 331 command.what = AAudioServiceMessage::code::EVENT; in sendServiceEvent() 332 command.event.event = event; in sendServiceEvent() 333 command.event.dataDouble = dataDouble; in sendServiceEvent() 334 return writeUpMessageQueue(&command); in sendServiceEvent() 339 AAudioServiceMessage command; in sendServiceEvent() local 340 command.what = AAudioServiceMessage::code::EVENT; in sendServiceEvent() 341 command.event.event = event; in sendServiceEvent() 342 command.event.dataLong = dataLong; in sendServiceEvent() 343 return writeUpMessageQueue(&command); in sendServiceEvent() [all …]
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | Launcher.java | 76 Command command = findCommand(args[0]); in main() local 77 if (command != null) { in main() 83 command.run(args2); in main() 91 for (Command command : COMMANDS) { in findCommand() 92 if (command.name().equals(name)) { in findCommand() 93 return command; in findCommand() 104 for (Command command : COMMANDS) { 105 String shortHelp = command.shortHelp(); 106 String detailedOptions = command.detailedOptions(); 113 System.err.println(String.format("%s: %s", command.name(), shortHelp));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | TransmitApduLogicalChannelInvocation.java | 48 protected void sendRequestMessage(ApduCommand command, Message msg) { in sendRequestMessage() argument 49 Rlog.v(LOG_TAG, "Send: " + command); in sendRequestMessage() 50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel, in sendRequestMessage() 51 command.ins, command.p1, command.p2, command.p3, command.cmdHex, msg); in sendRequestMessage()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Command_test.cpp | 38 TestCommand command; in TEST() local 40 command.AddRequiredFlag("--rflag", "", &required_flag, Command::kPath); in TEST() 42 command.AddOptionalFlag("--oflag", "", &optional_flag, Command::kPath); in TEST() 44 command.AddRequiredFlagList("--rlflag", "", &required_flag_list, Command::kPath); in TEST() 46 command.AddOptionalFlagList("--olflag", "", &optional_flag_list, Command::kPath); in TEST() 48 command.AddRequiredFlag("--nflag", "", &non_path_flag); in TEST() 69 ASSERT_THAT(command.Execute({"--rflag", kLongPath, in TEST() 88 ASSERT_THAT(command.args_.size(), Eq(2)); in TEST() 89 ASSERT_THAT(command.args_[0], Eq(kExpected)); in TEST() 90 ASSERT_THAT(command.args_[1], Eq(kExpected)); in TEST()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/ |
D | BrowserUri.java | 17 package com.android.server.wifi.hotspot2.soap.command; 33 private BrowserUri(PropertyInfo command) { in BrowserUri() argument 34 mUri = command.getValue().toString(); in BrowserUri() 43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance() argument 44 if (!TextUtils.equals(command.getName(), "launchBrowserToURI")) { in createInstance() 45 Log.e(TAG, "received wrong command : " + ((command == null) ? "" : command.getName())); in createInstance() 48 return new BrowserUri(command); in createInstance()
|
D | PpsMoData.java | 17 package com.android.server.wifi.hotspot2.soap.command; 59 public static PpsMoData createInstance(@NonNull PropertyInfo command) { in createInstance() argument 60 if (command == null || command.getValue() == null) { in createInstance() 65 if (!TextUtils.equals(command.getName(), ADD_MO_COMMAND)) { in createInstance() 70 if (!(command.getValue() instanceof SoapPrimitive)) { in createInstance() 75 SoapPrimitive soapObject = (SoapPrimitive) command.getValue(); in createInstance()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | WrapperInit.java | 109 StringBuilder command = new StringBuilder(invokeWith); in execApplication() local 117 command.append(' '); in execApplication() 118 command.append(appProcess); in execApplication() 126 command.append(" -Xcompiler-option --generate-mini-debug-info"); in execApplication() 128 command.append(" /system/bin --application"); in execApplication() 130 command.append(" '--nice-name=").append(niceName).append("'"); in execApplication() 132 command.append(" com.android.internal.os.WrapperInit "); in execApplication() 133 command.append(pipeFd != null ? pipeFd.getInt$() : 0); in execApplication() 134 command.append(' '); in execApplication() 135 command.append(targetSdkVersion); in execApplication() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ModelInterpreter.java | 472 onCHLD(String command) throws InterpreterEx in onCHLD() argument 479 c0 = command.charAt(6); in onCHLD() 481 if (command.length() >= 8) { in onCHLD() 482 c1 = command.charAt(7); in onCHLD() 493 onDial(String command) throws InterpreterEx in onDial() argument 497 success = mSimulatedCallState.onDial(command.substring(1)); in onDial() 517 onSMSSend(String command) in onSMSSend() argument 535 String command = commands[i]; in processLine() local 537 if (command.equals("A")) { in processLine() 539 } else if (command.equals("H")) { in processLine() [all …]
|
/frameworks/base/core/java/com/android/internal/midi/ |
D | MidiConstants.java | 102 public static boolean allowRunningStatus(byte command) { in allowRunningStatus() argument 104 return (command >= STATUS_NOTE_OFF && command < STATUS_SYSTEM_EXCLUSIVE); in allowRunningStatus() 108 public static boolean cancelsRunningStatus(byte command) { in cancelsRunningStatus() argument 110 return (command >= STATUS_SYSTEM_EXCLUSIVE && command <= STATUS_END_SYSEX); in cancelsRunningStatus()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.cpp | 254 const char* command = command_string.c_str(); in RunCommandToFd() local 257 dprintf(fd, "Skipping '%s' on user build.\n", command); in RunCommandToFd() 262 dprintf(fd, "------ %s (%s) ------\n", title.c_str(), command); in RunCommandToFd() 301 dprintf(fd, "*** failed to drop root before running %s: %s\n", command, in RunCommandToFd() 304 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno)); in RunCommandToFd() 329 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd() 344 dprintf(fd, "*** command '%s' timed out after %.3fs (killing pid %d)\n", command, in RunCommandToFd() 346 MYLOGE("*** command '%s' timed out after %.3fs (killing pid %d)\n", command, in RunCommandToFd() 350 dprintf(fd, "*** command '%s': Error after %.4fs (killing pid %d)\n", command, in RunCommandToFd() 352 MYLOGE("command '%s': Error after %.4fs (killing pid %d)\n", command, in RunCommandToFd() [all …]
|
/frameworks/base/tools/bit/ |
D | command.cpp | 101 get_command_output(const Command& command, int* err, bool quiet) in get_command_output() argument 104 print_command(command); in get_command_output() 123 const char* prog = command.GetProg(); in get_command_output() 124 char* const* argv = command.GetArgv(); in get_command_output() 125 char* const* env = command.GetEnv(); in get_command_output() 160 run_command(const Command& command) in run_command() argument 162 print_command(command); in run_command() 171 const char* prog = command.GetProg(); in run_command() 172 char* const* argv = command.GetArgv(); in run_command() 173 char* const* env = command.GetEnv(); in run_command()
|
D | print.cpp | 72 print_command(const Command& command) in print_command() argument 75 for (map<string,string>::const_iterator it=command.env.begin(); it!=command.env.end(); it++) { in print_command() 81 fputs(command.prog.c_str(), stdout); in print_command() 82 for (vector<string>::const_iterator it=command.args.begin(); it!=command.args.end(); it++) { in print_command()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothInstrumentation.java | 62 String command = mArgs.getString("command"); in onStart() local 63 if ("enable".equals(command)) { in onStart() 65 } else if ("disable".equals(command)) { in onStart() 67 } else if ("unpairAll".equals(command)) { in onStart() 69 } else if ("getName".equals(command)) { in onStart() 71 } else if ("getAddress".equals(command)) { in onStart() 73 } else if ("getBondedDevices".equals(command)) { in onStart()
|
/frameworks/base/tools/dump-coverage/ |
D | dump_coverage.cc | 151 std::string command, args; in SplitOnColon() local 154 command = options; in SplitOnColon() 156 command = options.substr(0, loc_delim); in SplitOnColon() 159 return tuple(command, args); in SplitOnColon() 166 auto command = get<0>(split), args = get<1>(split); in ParseOptionsAndExecuteCommand() local 168 LOG(INFO) << "command: '" << command << "' args: '" << args << "'"; in ParseOptionsAndExecuteCommand() 170 if (command == "dump") { in ParseOptionsAndExecuteCommand() 174 if (command == "reset") { in ParseOptionsAndExecuteCommand() 179 << command << "'"; in ParseOptionsAndExecuteCommand()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ViewServer.java | 228 String command; in run() local 233 command = request; in run() 236 command = request.substring(0, index); in run() 241 if (COMMAND_PROTOCOL_VERSION.equalsIgnoreCase(command)) { in run() 243 } else if (COMMAND_SERVER_VERSION.equalsIgnoreCase(command)) { in run() 245 } else if (COMMAND_WINDOW_MANAGER_LIST.equalsIgnoreCase(command)) { in run() 247 } else if (COMMAND_WINDOW_MANAGER_GET_FOCUS.equalsIgnoreCase(command)) { in run() 249 } else if (COMMAND_WINDOW_MANAGER_AUTOLIST.equalsIgnoreCase(command)) { in run() 253 command, parameters); in run() 257 Slog.w(LOG_TAG, "An error occurred with the command: " + command); in run()
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 12 The protocol is based on broadcast intents, and thus can be driven via the command line (```adb she… 23 Commands are sent as string extras with key ```command``` (required). Possible values are: 66 adb shell am broadcast -a com.android.systemui.demo -e command enter 73 adb shell am broadcast -a com.android.systemui.demo -e command exit 80 adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 88 adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi 96 adb shell am broadcast -a com.android.systemui.demo -e command status -e volume 104 adb shell am broadcast -a com.android.systemui.demo -e command battery -e level 112 adb shell am broadcast -a com.android.systemui.demo -e command notifications -e 120 adb shell am broadcast -a com.android.systemui.demo -e command exit [all …]
|
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
D | ShellHelper.java | 38 String command = String.format(template, args); in runShellCommand() local 39 return runShellCommandRaw(command); in runShellCommand() 46 public static String runShellCommandRaw(@NonNull String command) { in runShellCommandRaw() argument 49 ParcelFileDescriptor pfd = automan.executeShellCommand(command); in runShellCommandRaw() 60 throw new AndroidRuntimeException("Command '" + command + "' failed: ", e); in runShellCommandRaw()
|
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
D | ShellCommandTestSupport.java | 37 ShellCommand command = mock(ShellCommand.class); in createShellCommandWithArgsAndOptions() local 57 when(command.getNextArg()).thenAnswer( in createShellCommandWithArgsAndOptions() 59 when(command.getNextOption()).thenAnswer( in createShellCommandWithArgsAndOptions() 61 when(command.getNextArgRequired()).thenAnswer( in createShellCommandWithArgsAndOptions() 63 return command; in createShellCommandWithArgsAndOptions()
|
/frameworks/av/services/audioflinger/ |
D | DeviceEffectManager.cpp | 210 sp<Command> command = mCommands.front(); in threadLoop() local 214 switch (command->mCommand) { in threadLoop() 216 CreateAudioPatchData *data = (CreateAudioPatchData *)command->mData.get(); in threadLoop() 221 ReleaseAudioPatchData *data = (ReleaseAudioPatchData *)command->mData.get(); in threadLoop() 226 ALOGW("CommandThread() unknown command %d", command->mCommand); in threadLoop() 242 void AudioFlinger::DeviceEffectManager::CommandThread::sendCommand(sp<Command> command) { in sendCommand() argument 244 mCommands.push_back(command); in sendCommand() 251 sp<Command> command = new Command(CREATE_AUDIO_PATCH, new CreateAudioPatchData(handle, patch)); in createAudioPatchCommand() local 253 sendCommand(command); in createAudioPatchCommand() 259 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand() local [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareShellCommand.java | 40 public void register(String command, DelegatedShellCommand shellCommand) { in register() argument 41 if (mDelegatedCommands.containsKey(command)) { in register() 42 Log.e(TAG, "register: overwriting existing command -- '" + command + "'"); in register() 45 mDelegatedCommands.put(command, shellCommand); in register() 122 void onHelp(String command, ShellCommand parentShell); in onHelp() argument
|
/frameworks/compile/slang/ |
D | lld_main.cpp | 51 std::string command; in main() local 56 command.append(" "); in main() 60 command.append(arg); in main() 63 fprintf(stderr, "Failed to execute command: %s\n", command.c_str()); in main()
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemService.java | 237 public boolean setupBcb(String command) { in setupBcb() argument 238 if (DEBUG) Slog.d(TAG, "setupBcb: [" + command + "]"); in setupBcb() 240 return setupOrClearBcb(true, command); in setupBcb() 245 public void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() argument 246 if (DEBUG) Slog.d(TAG, "rebootRecoveryWithCommand: [" + command + "]"); in rebootRecoveryWithCommand() 248 if (!setupOrClearBcb(true, command)) { in rebootRecoveryWithCommand() 292 private boolean setupOrClearBcb(boolean isSetup, String command) { in setupOrClearBcb() argument 317 socket.sendCommand(command); in setupOrClearBcb() 405 public void sendCommand(String command) throws IOException { in sendCommand() argument 406 byte[] cmdUtf8 = command.getBytes(StandardCharsets.UTF_8); in sendCommand()
|
/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 656 const int32_t command = params[0]; in DP_getParameter() local 657 switch (command) { in DP_getParameter() 660 ALOGE("%s DP_PARAM_GET_CHANNEL_COUNT (cmd %d) invalid sizes.", __func__, command); in DP_getParameter() 673 ALOGE("%s DP_PARAM_ENGINE_ARCHITECTURE (cmd %d) invalid sizes.", __func__, command); in DP_getParameter() 735 ALOGE("%s get PARAM_*_EQ (cmd %d) invalid sizes.", __func__, command); in DP_getParameter() 746 dp_fx::DPEq *pEq = DP_getEq(pContext, channel, command); in DP_getParameter() 758 (command == DP_PARAM_PRE_EQ ? "preEq" : "postEq"), channel, in DP_getParameter() 766 ALOGE("%s get PARAM_*_EQ_BAND (cmd %d) invalid sizes.", __func__, command); in DP_getParameter() 778 int eqCommand = (command == DP_PARAM_PRE_EQ_BAND ? DP_PARAM_PRE_EQ : in DP_getParameter() 779 (command == DP_PARAM_POST_EQ_BAND ? DP_PARAM_POST_EQ : -1)); in DP_getParameter() [all …]
|