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

1234567

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor_ver.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_ver.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_hor_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_ver_half.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_ver_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_hor_ver_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhone.java11 * distributed under the License is distributed on an "AS IS" BASIS,
226 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL
359 * Get current signal strength. No change notification available on this
679 * Answers a ringing or waiting call. Active calls, if any, go on hold.
700 * Places any active calls on hold, and makes any held calls
860 * see 3GPP 20.030, section 6.5.5.1 for specs on the allowed MMI commands.
869 * Play a DTMF tone on the active call. Ignored if there is no active call.
876 * Start to paly a DTMF tone on the active call. Ignored if there is no active call
898 * @param on the DTMF ON length in milliseconds, or 0 for default
903 void sendBurstDtmf(String dtmfString, int on, in argument
[all...]
H A DPhoneProxy.java11 * distributed under the License is distributed on an "AS IS" BASIS,
745 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ argument
746 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
363 // the wake lock on errors.
439 * @return Length of message less header, or -1 on end of stream.
589 // Clear request list on close
1147 sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1152 rr.mp.writeString(Integer.toString(on));
1352 setRadioPower(boolean on, Message result) { argument
1356 rr.mp.writeInt(on ? 1 : 0);
1360 + (on ? " on"
1995 sendScreenState(boolean on) argument
[all...]
H A DCallManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
477 * Active call, if any, go on hold.
547 * Places active call on hold, and makes held call active.
935 * Play a DTMF tone on the active call.
963 * Start to paly a DTMF tone on the active call.
1019 * @param on the DTMF ON length in milliseconds, or 0 for default
1024 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1026 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
1419 * a post-dial character on an outgoing call.<p>
H A DPhoneBase.java11 * distributed under the License is distributed on an "AS IS" BASIS,
71 // Key used to read/write "disable data connection on boot" pref (used for testing)
221 * This will be false on "data only" devices which can't make voice
905 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1119 Log.e(LOG_TAG, "getIsimRecords() is only supported on LTE devices");
1124 Log.e(LOG_TAG, "requestIsimAuthentication() is only supported on LTE devices");
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_wm.asm11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_mdct_18_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_mdct_18_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_mdct_18_wm.asm11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_dct_16_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java11 * distributed under the License is distributed on an "AS IS" BASIS,
544 * Only notify complete if it's on the pending list. Otherwise, it's
690 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
701 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
1120 * @param response Callback message is empty on completion
1130 * @param response Callback message is empty on completion
1140 * @param response Callback message is empty on completion
/frameworks/base/media/java/android/media/
H A DAudioService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
78 * This implementation focuses on delivering a responsive UI. Most methods are
250 * NOTE: This is not the final decision of whether vibrate is on/off for the
251 * type since it depends on the ringer mode. See {@link #shouldVibrate(int)}.
357 // state on streams affected by ringer mode.
387 // Workaround for bug on priority setting
412 Log.e(TAG, "Interrupted while waiting on volume handler.");
509 // Play sounds on STREAM_RING only and if lock screen is not on.
550 // adjust volume on al
1265 setSpeakerphoneOn(boolean on) argument
1281 setBluetoothScoOn(boolean on) argument
[all...]
/frameworks/base/services/input/
H A DEventHub.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
84 // Touch devices get dibs on touch-related axes.
481 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) {
490 ev.value = on ? 1 : 0;
707 // so we will try to read the device again on the next iteration.
864 // Check to see if the device is on our excluded list
H A DInputReader.h11 * distributed under the License is distributed on an "AS IS" BASIS,
91 // to noise from a finger resting on the touch pad (perhaps just pressing it down).
111 // Time after the first touch points go down to settle on an initial centroid.
146 // True to show the location of touches on the touch screen as spots.
224 * This method may be called on any thread (usually by the input manager). */
233 * This method should be called on the input reader thread.
239 * This method may be called on any thread (usually by the input manager).
247 * This method may be called on any thread (usually by the input manager).
303 * on the input reader thread but the InputReader can receive queries from other system
304 * components running on arbitrar
906 bool on; // we think the led is currently on member in struct:android::KeyboardInputMapper::LedState
[all...]
H A DInputReader.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
298 // on another thread similarly waiting to acquire the InputReader lock thereby
472 // Reset global meta state because it depends on the list of all configured devices.
1918 // Key down on external an keyboard should wake the device.
1979 ledState.on = false;
1995 if (reset || ledState.on != desiredState) {
1997 ledState.on = desiredState;
2512 // multitouch. The spot-based presentation relies on being able to accurately
2513 // locate two or more fingers on the touch pad.
3351 // Handle policy on initia
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java11 * distributed under the License is distributed on an "AS IS" BASIS,
98 // additional instrumentation for testing purposes; intended to be left on during development
126 private float mCollapseMinDisplayFraction; // classic value: 0.08 (25px/min(320px,480px) on G1)
187 // on-screen navigation buttons
482 // this will allow the navbar to run in an overlay on devices that support this
1565 public void setLightsOn(boolean on) { argument
1566 Log.v(TAG, "setLightsOn(" + on + ")");
1567 if (on) {
1655 // If this click was on the intruder alert, hide that instead
1801 // must happen on u
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
115 LOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.",
172 // The size of this struct is 32 bytes on the 32-bit target system
237 // see README for details on the format of map
299 LOGE("Cannot deserialize on non 32-bit system\n");
1299 // Only perform additional validation on START nodes
1434 // table that defined the package); the ones after are skins on top of it.
1897 LOGW("Bad resource table: header size 0x%x or total size 0x%x is not on an integer boundary\n",
2378 // Mark that we are currently working on this one.
2800 LOGW("ResTable_entry at %d (pkg=%d type=%d ent=%d) is not on a
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
255 * Condition waited on by {@link #reenableKeyguard} to know the call to
331 * on screen for animations.
344 * on screen for animations.
378 * Used when processing mPendingRemove to avoid working on the original array.
513 // This just indicates the window the input method is on top of, not
567 // Who is holding the screen on.
600 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
867 // simply place the new window on top of them... but
868 // keep the starting window on to
5009 showStrictModeViolation(boolean on) argument
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
588 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { argument
593 device->leds.replaceValueAt(led, on);
1782 mFakeEventHub->addLed(DEVICE_ID, LED_CAPSL, true /*initially on*/);
1795 // Toggle caps lock on.
1805 // Toggle num lock on.
1825 // Toggle scroll lock on.
3120 // These calculations are based on the input device calibration documentation.
4373 // These calculations are based on the input device calibration documentation.
4424 // These calculations are based on th
[all...]

Completed in 417 milliseconds

1234567