Searched refs:command (Results 126 - 142 of 142) sorted by relevance

123456

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java861 * @param dialString the MMI command to be executed.
862 * @return true if MMI command is executed.
871 * @param command the MMI command to be executed.
872 * @return true if the MMI command is executed.
875 boolean handleInCallMmiCommands(String command) throws CallStateException; argument
H A DPhoneProxy.java752 public boolean handleInCallMmiCommands(String command) throws CallStateException { argument
753 return mActivePhone.handleInCallMmiCommands(command);
H A DRIL.java1600 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1602 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, result);
1606 iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1613 rr.mParcel.writeInt(command);
1625 + " 0x" + Integer.toHexString(command)
2412 // either command succeeds or command fails but with data payload
/frameworks/av/media/mtp/
H A DMtpServer.cpp165 // return to top of loop and wait for next command
186 // return to top of loop and wait for next command
207 // return to top of loop and wait for next command
221 // return to top of loop and wait for next command
334 ALOGV("got command %s (%x)", MtpDebug::getOperationCodeName(operation), operation);
426 ALOGE("got unsupported command %s (%x)",
785 mfr.command = mRequest.getOperationCode();
860 mfr.command = mRequest.getOperationCode();
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1217 RunConnection(ComponentName name, IBinder service, int command) { argument
1220 mCommand = command;
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp226 status_t status = (*mDownmixHandle)->command(mDownmixHandle,
240 status = (*mDownmixHandle)->command(mDownmixHandle,
264 status = (*mDownmixHandle)->command(mDownmixHandle,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java1146 // We still don't have one, ignore the command.
1528 public void dispatchDemoCommand(String command, Bundle args) { argument
1529 if (!COMMAND_VOLUME.equals(command)) return;
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java991 /** Kernel command line */
994 /** Pattern for selecting the product type from the kernel command line */
2605 * Input parameters equivalent to TS 27.007 AT+CCHO command.
2626 * Input parameters equivalent to TS 27.007 AT+CCHC command.
2648 * Input parameters equivalent to TS 27.007 AT+CGLA command.
2656 * @param cla Class of the APDU command.
2657 * @param instruction Instruction of the APDU command.
2658 * @param p1 P1 value of the APDU command.
2659 * @param p2 P2 value of the APDU command.
2660 * @param p3 P3 value of the APDU command
2722 iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, String filePath) argument
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c117 ret = (*fx->subItfe)->command(fx->subItfe, cmdCode, cmdSize, pCmdData, replySize, pReplyData);
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp668 // get the pointer for the command from the java array
672 ALOGE("setParameter: Error retrieving command pointer");
686 lStatus = translateError(lpAudioEffect->command((uint32_t)cmdCode,
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java1898 public boolean sendExtraCommand(String provider, String command, Bundle extras) { argument
1916 return p.sendExtraCommand(command, extras);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1262 public void sendAppPrivateCommand(IBinder sessionToken, String command, Bundle data, argument
1272 .appPrivateCommand(command, data);
/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/av/services/audiopolicy/
H A DAudioPolicyManager.cpp640 // force routing command to audio hardware when starting a call
649 // force routing command to audio hardware when exiting a call
658 // force routing command to audio hardware when switching between telephony and VoIP
699 // force routing command to audio hardware when ending call
1380 // the track stop() command is received and at that time the audio track buffer can
3313 String8 command; local
3320 command = mpClientInterface->getParameters(0, String8("test_cmd_policy"));
3321 AudioParameter param = AudioParameter(command);
3325 ALOGV("Test command %s received", command
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6538 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { argument
6553 ViewDebug.dispatchCommand(view, command, parameters, clientStream);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6887 * Sends a command to a target window. The result of the command, if any, will be
6897 * will be delivered to the target window and as parameters to the command itself.
6900 * @param command The command to execute.
6901 * @param parameters The command parameters.
6903 * @return True if the command was successfully delivered, false otherwise. This does
6904 * not indicate whether the command itself was successful.
6906 boolean viewServerWindowCommand(Socket client, String command, String parameters) { argument
6927 // Extract the command'
[all...]

Completed in 376 milliseconds

123456