Searched defs:command (Results 76 - 97 of 97) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java93 * HDMI-CEC and MHL control command, and providing the information on both standard.
208 // List of records for vendor command listener to handle the caller killed in action.
279 // List of records for MHL Vendor command listener to handle the caller killed in action.
812 * Transmit a CEC command to CEC bus.
814 * @param command CEC command to send out
815 * @param callback interface used to the result of send command
818 void sendCecCommand(HdmiCecMessage command, @Nullable SendMessageCallback callback) { argument
820 if (mMessageValidator.isValid(command) == HdmiCecMessageValidator.OK) {
821 mCecController.sendCommand(command, callbac
831 sendCecCommand(HdmiCecMessage command) argument
843 maySendFeatureAbortCommand(HdmiCecMessage command, int reason) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java779 public boolean handleInCallMmiCommands(String command) throws CallStateException { argument
780 return mActivePhone.handleInCallMmiCommands(command);
H A DCommandsInterface.java420 * @param result Message to be posted when command completes.
1175 * parameters equivalent to 27.007 AT+CRSM command
1179 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1183 * parameters equivalent to 27.007 AT+CRSM command
1187 void iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1437 * Send TERMINAL RESPONSE to the SIM, after processing a proactive command
1448 * Send ENVELOPE to the SIM, after processing a proactive command sent by
1452 * format starting with command tag. See TS 102 223 for
1468 * format starting with command tag. See TS 102 223 for
1706 * @param aid used to determine which application/slot to send the auth command t
[all...]
H A DPhone.java887 * @param dialString the MMI command to be executed.
888 * @return true if MMI command is executed.
897 * @param command the MMI command to be executed.
898 * @return true if the MMI command is executed.
901 boolean handleInCallMmiCommands(String command) throws CallStateException; argument
H A DRIL.java1637 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1639 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, result);
1643 iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1650 rr.mParcel.writeInt(command);
1662 + " 0x" + Integer.toHexString(command)
2452 // either command succeeds or command fails but with data payload
4802 /** solicited command argument: reportIntervalMs, pullMode. */
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1133 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
1135 iccIOForApp(command, fileid, path, p1, p2, p3, data,pin2, null, response);
1139 * parameters equivalent to 27.007 AT+CRSM command
1144 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1181 public boolean sendExtraCommand(String command, Bundle extras) { argument
1186 if ("delete_aiding_data".equals(command)) {
1188 } else if ("force_time_injection".equals(command)) {
1191 } else if ("force_xtra_injection".equals(command)) {
1197 Log.w(TAG, "sendExtraCommand: unknown command " + command);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1108 /** Kernel command line */
1111 /** Pattern for selecting the product type from the kernel command line */
2901 * Input parameters equivalent to TS 27.007 AT+CCHO command.
2924 * Input parameters equivalent to TS 27.007 AT+CCHC command.
2948 * Input parameters equivalent to TS 27.007 AT+CGLA command.
2956 * @param cla Class of the APDU command.
2957 * @param instruction Instruction of the APDU command.
2958 * @param p1 P1 value of the APDU command.
2959 * @param p2 P2 value of the APDU command.
2960 * @param p3 P3 value of the APDU command
3026 iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, String filePath) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp600 Command command = commandEntry->command; local
601 (this->*command)(commandEntry); // commands are implicitly 'LockedInterruptible'
609 InputDispatcher::CommandEntry* InputDispatcher::postCommandLocked(Command command) { argument
610 CommandEntry* commandEntry = new CommandEntry(command);
694 // Enqueue a command to run outside the lock to tell the policy that the configuration changed.
775 return false; // wait for the command to run
4408 InputDispatcher::CommandEntry::CommandEntry(Command command) : argument
4409 command(command), eventTim
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java118 private native boolean doBooleanCommandNative(String command); argument
120 private native int doIntCommandNative(String command); argument
122 private native String doStringCommandNative(String command); argument
180 private boolean doBooleanCommand(String command) { argument
181 if (DBG) Log.d(mTAG, "doBoolean: " + command);
184 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command;
185 boolean result = doBooleanCommandNative(mInterfacePrefix + command);
187 if (DBG) Log.d(mTAG, command + ": returned " + result);
192 private boolean doBooleanCommandWithoutLogging(String command) { argument
193 if (DBG) Log.d(mTAG, "doBooleanCommandWithoutLogging: " + command);
202 doIntCommand(String command) argument
214 doStringCommand(String command) argument
237 doStringCommandWithoutLogging(String command) argument
425 doCustomCommand(String command) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2902 String command = bundle.getString("command", "").trim().toLowerCase();
2903 if (command.length() > 0) {
2905 dispatchDemoCommand(command, bundle);
2907 Log.w(TAG, "Error running demo command, intent=" + intent, t);
3254 public void dispatchDemoCommand(String command, Bundle args) { argument
3260 if (command.equals(COMMAND_ENTER)) {
3262 } else if (command.equals(COMMAND_EXIT)) {
3266 // automatically enter demo mode on first demo command
3269 boolean modeChange = command
3315 dispatchDemoCommandToView(String command, Bundle args, int id) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6737 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { argument
6752 ViewDebug.dispatchCommand(view, command, parameters, clientStream);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7003 * Sends a command to a target window. The result of the command, if any, will be
7013 * will be delivered to the target window and as parameters to the command itself.
7016 * @param command The command to execute.
7017 * @param parameters The command parameters.
7019 * @return True if the command was successfully delivered, false otherwise. This does
7020 * not indicate whether the command itself was successful.
7022 boolean viewServerWindowCommand(Socket client, String command, String parameters) { argument
7043 // Extract the command'
[all...]
/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/data-binding/extensions/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/IndependentLibrary/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/MultiModuleTestApp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/integration-tests/TestApp/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3725 milliseconds

1234