Searched refs:command (Results 151 - 175 of 244) sorted by relevance

12345678910

/frameworks/base/location/java/android/location/
H A DILocationManager.aidl101 boolean sendExtraCommand(String provider, String command, inout Bundle extras);
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DBaseSettingsProviderTest.java350 protected static void executeShellCommand(String command) throws IOException { argument
352 .getUiAutomation().executeShellCommand(command).getFileDescriptor());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerImpl.java216 public void dispatchDemoCommand(String command, Bundle args) { argument
224 mDemoStatusIcons.dispatchDemoCommand(command, args);
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DIpConnectivityMetricsTest.java454 String getdump(String ... command) { argument
457 mService.impl.dump(null, writer, command);
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java128 String command, Bundle params, ResultReceiver cb) {
129 ((MediaController) controllerObj).sendCommand(command, params, cb);
127 sendCommand(Object controllerObj, String command, Bundle params, ResultReceiver cb) argument
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.h106 SLuint32 command, SLuint32 commandSize, void* pCommandData,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c255 while (order->command[i].reorderingOfPicNumsIdc < 3)
258 if (order->command[i].reorderingOfPicNumsIdc < 2)
260 if (order->command[i].reorderingOfPicNumsIdc == 0)
263 (i32)picNumPred - (i32)order->command[i].absDiffPicNum;
270 (i32)(picNumPred + order->command[i].absDiffPicNum);
283 picNum = (i32)order->command[i].longTermPicNum;
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp1 // Use ALWAYS at the tag level. Control is performed manually during command
170 // Global command line option values.
1016 std::string command = "";
1020 // Process command line options.
1067 command = option;
1075 // Setup ATRACE/systrace based on command line.
1079 VLOG(1) << "command=" << command << " command_argument=" << command_argument;
1081 if (command == "") {
1083 } else if (command
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java599 public void iccTransmitApduLogicalChannel(int channel, int cla, int command, argument
601 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
608 public void iccTransmitApduBasicChannel(int cla, int command, argument
610 mCi.iccTransmitApduBasicChannel(cla, command, p1, p2, p3,
617 public void iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, argument
619 mCi.iccIO(command, fileID, pathID, p1, p2, p3, null, null,
/frameworks/base/core/java/android/view/
H A DViewDebug.java436 static void dispatchCommand(View view, String command, String parameters, argument
442 if (REMOTE_COMMAND_DUMP.equalsIgnoreCase(command)) {
444 } else if (REMOTE_COMMAND_DUMP_THEME.equalsIgnoreCase(command)) {
446 } else if (REMOTE_COMMAND_CAPTURE_LAYERS.equalsIgnoreCase(command)) {
450 if (REMOTE_COMMAND_CAPTURE.equalsIgnoreCase(command)) {
452 } else if (REMOTE_COMMAND_OUTPUT_DISPLAYLIST.equalsIgnoreCase(command)) {
454 } else if (REMOTE_COMMAND_INVALIDATE.equalsIgnoreCase(command)) {
456 } else if (REMOTE_COMMAND_REQUEST_LAYOUT.equalsIgnoreCase(command)) {
458 } else if (REMOTE_PROFILE.equalsIgnoreCase(command)) {
/frameworks/native/cmds/lshal/
H A DListCommand.cpp660 Status ListCommand::parseArgs(const std::string &command, const Arg &arg) { argument
699 mLshal.usage(command);
767 mLshal.usage(command);
782 Status ListCommand::main(const std::string &command, const Arg &arg) { argument
783 Status status = parseArgs(command, arg);
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
H A DMediaControllerCompatTest.java127 final String command = "test-command";
130 mController.sendCommand(command, extras, new ResultReceiver(null));
134 assertEquals(command, mCallback.mCommand);
691 public void onCommand(String command, Bundle extras, ResultReceiver cb) { argument
694 mCommand = command;
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp414 void AudioStreamInternal::logTimestamp(AAudioServiceMessage &command) { argument
417 int64_t framePosition = command.timestamp.position;
418 int64_t nanoTime = command.timestamp.timestamp;
509 break; // no command this time, no problem
539 break; // no command this time, no problem
/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp210 status = mDownmixInterface->command(
226 status = mDownmixInterface->command(
252 status = mDownmixInterface->command(
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h296 status_t sendCommand(sp<AudioCommand>& command, int delayMs = 0);
297 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
314 void insertCommand_l(AudioCommand *command, int delayMs = 0);
332 status_t mStatus; // command status
334 sp<AudioCommandData> mParam; // command specific parameter data
417 sp<AudioCommand> mLastCommand; // last processed command (used by dump)
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java43 * This class is a command line utility for manipulating content. A client
662 Command command = parser.parseCommand();
663 if (command != null) {
664 command.execute();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java104 * specific command </li>
106 * command type which can be one of {@link #AT_CMD_TYPE_READ},
114 * vendor-specific command. {@link BluetoothAssignedNumbers}
134 * intents that contains the name of the vendor-specific command.
141 * intents that contains the AT command type of the vendor-specific command.
147 * AT command type READ used with
149 * For example, AT+VGM?. There are no arguments for this command type.
154 * AT command type TEST used with
156 * For example, AT+VGM=?. There are no arguments for this command typ
1024 sendVendorSpecificResultCode(BluetoothDevice device, String command, String arg) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaController.java292 * Set the volume of the output this session is playing on. The command will
314 * The command will be ignored if the session does not support
321 * @param flags Any flags to pass with the command.
377 * Sends a generic command to the session. It is up to the session creator
381 * @param command The command to send
382 * @param args Any parameters to include with the command
385 public void sendCommand(@NonNull String command, @Nullable Bundle args, argument
387 if (TextUtils.isEmpty(command)) {
388 throw new IllegalArgumentException("command canno
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java475 HdmiLogger.debug("Device info %X not found; buffering the command", logicalAddress);
484 HdmiLogger.debug("Input not ready for device: %X; buffering the command", info.getId());
553 HdmiCecMessage command = HdmiCecMessageBuilder.buildSetMenuLanguageCommand(
555 if (command != null) {
556 mService.sendCecCommand(command);
592 protected boolean handleReportPowerStatus(HdmiCecMessage command) { argument
593 int newStatus = command.getParams()[0] & 0xFF;
594 updateDevicePowerStatus(command.getSource(), newStatus);
713 // Note that <Text View On> (and <Image View On>) command won't be handled here in
715 // is in sleep mode, and the command nee
[all...]
H A DHdmiControlService.java89 * HDMI-CEC and MHL control command, and providing the information on both standard.
205 // List of records for vendor command listener to handle the caller killed in action.
276 // List of records for MHL Vendor command listener to handle the caller killed in action.
833 * Transmit a CEC command to CEC bus.
835 * @param command CEC command to send out
836 * @param callback interface used to the result of send command
839 void sendCecCommand(HdmiCecMessage command, @Nullable SendMessageCallback callback) { argument
841 if (mMessageValidator.isValid(command) == HdmiCecMessageValidator.OK) {
842 mCecController.sendCommand(command, callbac
852 sendCecCommand(HdmiCecMessage command) argument
864 maySendFeatureAbortCommand(HdmiCecMessage command, int reason) argument
[all...]
/frameworks/av/media/libaudiohal/
H A DEffectHalHidl.cpp224 status_t EffectHalHidl::command(uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, function in class:android::EffectHalHidl
243 Return<void> ret = mEffect->command(cmdCode, hidlData, *replySize,
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java212 String curCommand = scanner.eat(commandPattern, "<command>");
228 throw new GraphIOException("Unknown command '" + curCommand + "'!");
485 for (Command command : mCommands) {
486 command.execute(this);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java106 private void runOnLooper(final Runnable command) throws InterruptedException { argument
112 command.run();
119 fail("Failed to run the command on the looper.");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java118 private void runOnLooper(final Runnable command) throws InterruptedException { argument
124 command.run();
131 fail("Failed to run the command on the looper.");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java423 private static void checkEglError(EGL10 egl, String command) { argument
426 throw new RuntimeException("Error executing " + command + "! EGL error = 0x"

Completed in 902 milliseconds

12345678910