Searched refs:command (Results 51 - 73 of 73) sorted by relevance

123

/frameworks/base/location/java/android/location/
H A DLocationManager.java1430 * @param command name of the command to send to the provider.
1431 * @param extras optional arguments for the command (or null).
1432 * The provider may optionally fill the extras Bundle with results from the command.
1434 * @return true if the command succeeds.
1436 public boolean sendExtraCommand(String provider, String command, Bundle extras) { argument
1438 return mService.sendExtraCommand(provider, command, extras);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java113 private void runOnLooper(final Runnable command) throws InterruptedException { argument
119 command.run();
126 fail("Failed to run the command on the looper.");
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java213 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
/frameworks/base/services/input/
H A DInputDispatcher.h588 // A command entry captures state and behavior for an action to be performed in the
595 // the dispatcher lock at will. Initially when the command starts running, the
596 // dispatcher lock is held. However, if the command needs to call into the policy to
609 CommandEntry(Command command);
612 Command command; member in struct:android::InputDispatcher::CommandEntry
614 // parameters for the command (usage varies by command)
948 // Deferred command processing.
950 CommandEntry* postCommandLocked(Command command);
H A DInputDispatcher.cpp656 Command command = commandEntry->command; local
657 (this->*command)(commandEntry); // commands are implicitly 'LockedInterruptible'
665 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) { argument
666 CommandEntry* commandEntry = new CommandEntry(command);
747 // Enqueue a command to run outside the lock to tell the policy that the configuration changed.
829 return false; // wait for the command to run
4669 InputDispatcher::CommandEntry::CommandEntry(Command command) : argument
4670 command(command), eventTim
[all...]
/frameworks/base/media/libmedia/
H A DToneGenerator.cpp1106 // Update tone gen state machine and select wave gen command
1537 // command: special action requested (see enum gen_command).
1544 unsigned int count, unsigned int command) {
1550 if (command == WAVEGEN_START) {
1560 if (command == WAVEGEN_STOP) {
1543 getSamples(short *outBuffer, unsigned int count, unsigned int command) argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhone.java852 * @param dialString the MMI command to be executed.
853 * @return true if MMI command is executed.
862 * @param command the MMI command to be executed.
863 * @return true if the MMI command is executed.
866 boolean handleInCallMmiCommands(String command) throws CallStateException; argument
H A DPhoneProxy.java432 public boolean handleInCallMmiCommands(String command) throws CallStateException { argument
433 return mActivePhone.handleInCallMmiCommands(command);
H A DCommandsInterface.java468 * @param result Message to be posted when command completes.
1132 * parameters equivalent to 27.007 AT+CRSM command
1136 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1386 * Send TERMINAL RESPONSE to the SIM, after processing a proactive command
1397 * Send ENVELOPE to the SIM, after processing a proactive command sent by
1401 * format starting with command tag. See TS 102 223 for
1417 * format starting with command tag. See TS 102 223 for
H A DRIL.java1426 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1433 rr.mp.writeInt(command);
1443 + " 0x" + Integer.toHexString(command)
2175 // either command succeeds or command fails but with data payload
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java43 private boolean mExpectingSendEnvelope; // true to expect a send envelope command
381 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1077 RunConnection(ComponentName name, IBinder service, int command) { argument
1080 mCommand = command;
/frameworks/base/media/mtp/
H A DMtpServer.cpp163 // return to top of loop and wait for next command
184 // return to top of loop and wait for next command
205 // return to top of loop and wait for next command
219 // return to top of loop and wait for next command
411 LOGE("got unsupported command %s", MtpDebug::getOperationCodeName(operation));
734 mfr.command = mRequest.getOperationCode();
799 mfr.command = mRequest.getOperationCode();
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp1936 // we're about to wait, flush the binder command buffer
2629 // we're about to wait, flush the binder command buffer
3022 // we're about to wait, flush the binder command buffer
6339 (*mEffectInterface)->command(mEffectInterface, EFFECT_CMD_RESET, 0, NULL, 0, NULL);
6402 status_t status = (*mEffectInterface)->command(mEffectInterface,
6426 status_t status = (*mEffectInterface)->command(mEffectInterface,
6451 status_t status = (*mEffectInterface)->command(mEffectInterface,
6487 status_t status = (*mEffectInterface)->command(mEffectInterface,
6510 status_t AudioFlinger::EffectModule::command(uint32_t cmdCode, function in class:android::AudioFlinger::EffectModule
6517 // LOGV("command(), cmdCod
6942 status_t AudioFlinger::EffectHandle::command(uint32_t cmdCode, function in class:android::AudioFlinger::EffectHandle
[all...]
H A DAudioFlinger.h1053 // in the effect library. It prevents concurrent calls to process() and command() functions
1083 status_t command(uint32_t cmdCode,
1161 // sending disable command.
1184 virtual status_t command(uint32_t cmdCode,
/frameworks/base/core/java/android/view/
H A DSurfaceView.java648 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { argument
H A DViewRootImpl.java4158 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { argument
4173 ViewDebug.dispatchCommand(view, command, parameters, clientStream);
/frameworks/base/media/libeffects/factory/
H A DEffectsFactory.c108 ret = (*fx->subItfe)->command(fx->subItfe, cmdCode, cmdSize, pCmdData, replySize, pReplyData);
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp664 // get the pointer for the command from the java array
668 LOGE("setParameter: Error retrieving command pointer");
682 lStatus = translateError(lpAudioEffect->command((uint32_t)cmdCode,
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1053 * parameters equivalent to 27.007 AT+CRSM command
1057 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1322 public boolean sendExtraCommand(String provider, String command, Bundle extras) { argument
1342 return p.sendExtraCommand(command, extras);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1301 // 6 command method
1305 //Test case 6.0: test command method
1320 int status = effect.command(3, cmd, reply);
1321 assertFalse(msg + ": command failed", AudioEffect.isError(status));
1325 msg = msg.concat(": command in illegal state");
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5682 * Sends a command to a target window. The result of the command, if any, will be
5692 * will be delivered to the target window and as parameters to the command itself.
5695 * @param command The command to execute.
5696 * @param parameters The command parameters.
5698 * @return True if the command was successfully delivered, false otherwise. This does
5699 * not indicate whether the command itself was successful.
5701 boolean viewServerWindowCommand(Socket client, String command, String parameters) { argument
5722 // Extract the command'
[all...]

Completed in 703 milliseconds

123