Searched refs:off (Results 76 - 98 of 98) sorted by relevance

1234

/frameworks/base/core/java/android/os/
H A DRecoverySystem.java289 public int read(byte[] b, int off, int len) throws IOException {
301 int read = raf.read(b, off, size);
587 // On TV, reboot quiescently if the screen is off
H A DParcel.java2753 int off = dataPosition() - 4;
2755 "Parcel " + this + ": Unmarshalling unknown type code " + type + " at offset " + off);
/frameworks/base/core/jni/
H A DAndroid.mk313 # off a GCC warning that Clang doesn't know.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1907 final int off = mExtractedText.startOffset;
1909 newSelStart -= off;
1910 newSelEnd -= off;
2474 * turn off the extract area since there is no text to be shown.
2495 * <p>The standard implementation turns on or off its accessory area
2499 * {@link InputType#TYPE_TEXT_VARIATION_FILTER} input type will turn off the
/frameworks/base/core/java/android/text/
H A DLayout.java1485 // if walking off line, look at the line we're headed to
2127 public char charAt(int off) { argument
2129 getChars(off, off + 1, buf, 0);
H A DTextUtils.java565 public char charAt(int off) { argument
566 return (char) UCharacter.getMirror(mSource.charAt(mEnd - 1 - off));
1678 * @param off Location in the text at which to check.
1688 public static int getCapsMode(CharSequence cs, int off, int reqModes) { argument
1689 if (off < 0) {
1706 for (i = off; i > 0; i--) {
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java132 // Bluetooth persisted setting is off
284 // Clear registered LE apps to force shut-off
442 * Save the Bluetooth on/off state
750 * and turn off all service and stack if no LE app needs it
1278 // It is alright without a lock. Here, bluetooth is off, no other thread is
1303 // It alright without a lock. Here, bluetooth is off, no other thread is
1854 if (DBG) Slog.d(TAG,"Sending off request.");
1917 // If Bluetooth is off, send service down event to proxy objects, and unbind
1944 if (DBG) Slog.d(TAG, "Intermediate off, back to LE only mode");
1982 * if off i
1985 waitForOnOff(boolean on, boolean off) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java214 public void sendBurstDtmf(String dtmfString, int on, int off, argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken346 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) {
/frameworks/rs/cpp/
H A DrsCppStructs.h681 * @param[in] off offset of first Element to be overwritten
685 void copy1DRangeFrom(uint32_t off, size_t count, const void *data);
689 * @param[in] off offset of first Element to be overwritten
694 void copy1DRangeFrom(uint32_t off, size_t count, const sp<const Allocation>& data, uint32_t dataOff);
698 * @param[in] off offset of first Element to be overwritten
702 void copy1DRangeTo(uint32_t off, size_t count, void *data);
2102 * @param K The number of off-diagonals of the matrix A
2126 * @param K The number of off-diagonals of the matrix A
2150 * @param K The number of off-diagonals of the matrix A
2174 * @param K The number of off
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1346 * this knowledge to adjust the scheduling of off-thread animations
1968 // point of drawing it we will hold off and schedule
5129 float collect(float off, long time, String axis) { argument
5131 if (off > 0) {
5132 normTime = (long)(off * FAST_MOVE_TIME);
5141 } else if (off < 0) {
5142 normTime = (long)((-off) * FAST_MOVE_TIME);
5166 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " accelerate: off="
5167 + off + " normTime=" + normTime + " delta=" + delta
5174 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " deccelerate: off
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java1015 * - Phone is not powered off
1290 * @param off the DTMF OFF length in milliseconds, or 0 for default
1294 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1296 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
H A DCommandsInterface.java37 RADIO_OFF, /* Radio explicitly powered off (eg CFUN=0) */
1080 void sendBurstDtmf(String dtmfString, int on, int off, Message result); argument
H A DGsmCdmaPhone.java1153 // notification to the user. This is controlled by carrier configuration and is off by
1328 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1342 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
2052 // If this is on APM off, SIM may already be loaded. Send setPreferredNetworkType
2061 // If the radio shuts off or resets while one of these
2189 // when carrier's setting is turn off.
2199 // When carrier's setting is turn off, change the cdma_roaming_mode to the
3165 boolean oldPowerState = false; // old power state to off
H A DRIL.java2414 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
2422 + " dtmfString = " + dtmfString + " on = " + on + " off = " + off);
2426 radioProxy.sendBurstDtmf(rr.mSerial, convertNullToEmptyString(dtmfString), on, off);
H A DPhone.java559 // If it is dynamic binding, kick off ImsPhone creation now instead of waiting for
1274 // found the object, now we send off the message we had originally
2365 * @param off the DTMF OFF length in milliseconds, or 0 for default
2369 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
2693 * Register for radio off or not available
2704 * Unregisters for radio off or not available
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1030 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1031 SimulatedCommandsVerifier.getInstance().sendBurstDtmf(dtmfString, on, off, result);
H A DSimulatedCommandsVerifier.java808 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java665 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp478 off64_t off = lseek64(mFd, 0, SEEK_SET);
479 if (off < 0) {
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java3503 public int read(byte[] b, int off, int len) throws IOException { argument
3504 int bytesRead = mDataInputStream.read(b, off, len);
/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. ...
/frameworks/base/core/java/android/widget/
H A DTextView.java9074 * to turn off ellipsizing.
10208 // The top of hte window has scrolled off the top of the window; figure out
11662 public char charAt(int off) { argument
11663 return mChars[off + mStart];
11679 public void getChars(int start, int end, char[] buf, int off) { argument
11684 System.arraycopy(mChars, start + mStart, buf, off, end - start);

Completed in 510 milliseconds

1234