Searched defs:off (Results 51 - 62 of 62) sorted by relevance

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java2515 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
2523 + " dtmfString = " + dtmfString + " on = " + on + " off = " + off);
2527 radioProxy.sendBurstDtmf(rr.mSerial, convertNullToEmptyString(dtmfString), on, off);
H A DPhone.java572 // If it is dynamic binding, kick off ImsPhone creation now instead of waiting for
1310 // found the object, now we send off the message we had originally
2404 * @param off the DTMF OFF length in milliseconds, or 0 for default
2408 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
2732 * Register for radio off or not available
2743 * Unregisters for radio off or not available
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1032 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1033 SimulatedCommandsVerifier.getInstance().sendBurstDtmf(dtmfString, on, off, result);
H A DSimulatedCommandsVerifier.java810 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/base/libs/androidfw/
H A DResourceTypes.cpp719 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(uint8_t):sizeof(uint16_t)); local
720 if (off < (mStringPoolSize-1)) {
723 const uint16_t* str = strings+off;
740 const uint8_t* u8str = strings+off;
808 (int)idx, (int)(off*sizeof(uint16_t)),
821 const uint32_t off = mEntries[idx]/sizeof(char); local
822 if (off < (mStringPoolSize-1)) {
824 const uint8_t* str = strings+off;
847 (int)idx, (int)(off*sizeof(uint16_t)),
877 const uint32_t off local
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java535 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, argument
537 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, argument
540 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
620 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, argument
622 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, argument
625 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java473 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, argument
475 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, argument
478 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
566 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, argument
568 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, argument
571 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java6135 public int read(byte[] b, int off, int len) throws IOException { argument
6136 int bytesRead = mDataInputStream.read(b, off, len);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1352 * this knowledge to adjust the scheduling of off-thread animations
1980 // point of drawing it we will hold off and schedule
5148 float collect(float off, long time, String axis) { argument
5150 if (off > 0) {
5151 normTime = (long)(off * FAST_MOVE_TIME);
5160 } else if (off < 0) {
5161 normTime = (long)((-off) * FAST_MOVE_TIME);
5185 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " accelerate: off="
5186 + off + " normTime=" + normTime + " delta=" + delta
5193 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " deccelerate: off
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java9079 * to turn off ellipsizing.
10213 // The top of hte window has scrolled off the top of the window; figure out
11684 public char charAt(int off) { argument
11685 return mChars[off + mStart];
11701 public void getChars(int start, int end, char[] buf, int off) { argument
11706 System.arraycopy(mChars, start + mStart, buf, off, end - start);
/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 980 milliseconds

123