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

1234

/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, 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/os/
H A DParcel.java2442 int off = dataPosition() - 4;
2444 "Parcel " + this + ": Unmarshalling unknown type code " + type + " at offset " + off);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1206 * this knowledge to adjust the scheduling of off-thread animations
1833 // point of drawing it we will hold off and schedule
4759 float collect(float off, long time, String axis) { argument
4761 if (off > 0) {
4762 normTime = (long)(off * FAST_MOVE_TIME);
4771 } else if (off < 0) {
4772 normTime = (long)((-off) * FAST_MOVE_TIME);
4796 if (DEBUG_TRACKBALL) Log.v(TAG, axis + " accelerate: off="
4797 + off + " normTime=" + normTime + " delta=" + delta
4804 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.java34 RADIO_OFF, /* Radio explicitly powered off (eg CFUN=0) */
1073 void sendBurstDtmf(String dtmfString, int on, int off, Message result); argument
H A DGsmCdmaPhone.java1238 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1252 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
1949 // If this is on APM off, SIM may already be loaded. Send setPreferredNetworkType
1958 // If the radio shuts off or resets while one of these
2085 // when carrier's setting is turn off.
2095 // When carrier's setting is turn off, change the cdma_roaming_mode to the
3057 boolean oldPowerState = false; // old power state to off
H A DPhone.java1228 // found the object, now we send off the message we had originally
2213 * @param off the DTMF OFF length in milliseconds, or 0 for default
2217 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
2541 * Register for radio off or not available
2552 * Unregisters for radio off or not available
H A DRIL.java540 * Reads in a single RIL message off the wire. A RIL message consists
1403 sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1409 rr.mParcel.writeString(Integer.toString(off));
1684 + (on ? " on" : " off"));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1022 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1023 SimulatedCommandsVerifier.getInstance().sendBurstDtmf(dtmfString, on, off, result);
H A DSimulatedCommandsVerifier.java805 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.java657 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp416 off64_t off = lseek64(mFd, 0, SEEK_SET); local
417 if (off < 0) {
/frameworks/base/core/java/android/widget/
H A DTextView.java7897 * to turn off ellipsizing.
8968 // The top of hte window has scrolled off the top of the window; figure out
10129 public char charAt(int off) { argument
10130 return mChars[off + mStart];
10146 public void getChars(int start, int end, char[] buf, int off) { argument
10151 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 515 milliseconds

1234