HomeSort by relevance Sort by last modified time
    Searched full:mtimestamp (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
historical_info.h 28 : mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0) {}
31 : mTimestamp(timestamp), mLevel(level), mCount(count) {}
34 return mTimestamp != NOT_A_TIMESTAMP;
38 return mTimestamp;
54 const int mTimestamp;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 27 // mTimestamp, mLevel and mCount are historical info. These values are depend on the
30 public final int mTimestamp;
54 mTimestamp = timestamp;
60 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP;
66 return Arrays.hashCode(new Object[] { mProbability, mTimestamp, mLevel, mCount });
84 return mProbability == p.mProbability && mTimestamp == p.mTimestamp && mLevel == p.mLevel
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresTupleInfo.java 27 private String mTimestamp = "";
66 return mTimestamp;
74 this.mTimestamp = timestamp;
92 dest.writeString(mTimestamp);
117 mTimestamp = source.readString();
  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 54 private long mTimeStamp;
64 this.mTimeStamp = Long.MAX_VALUE;
71 this.mTimeStamp = ci.mTimeStamp;
85 return mTimeStamp;
89 mTimeStamp = timeStamp;
113 return ((mRegistered ? 0 : 1) * primeNum) + ((int)(mTimeStamp / 1000) * primeNum)
128 && mTimeStamp == o.mTimeStamp && mTimeStampType == o.mTimeStampType;
157 sb.append(" mTimeStamp=").append(mTimeStamp).append("ns")
    [all...]
ModemActivityInfo.java 39 private final long mTimestamp;
48 mTimestamp = timestamp;
61 + " mTimestamp=" + mTimestamp
96 dest.writeLong(mTimestamp);
110 return mTimestamp;
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 31 private final long mTimestamp;
46 mTimestamp = timestamp;
56 mTimestamp = in.readLong();
68 + " mTimestamp=" + mTimestamp
91 out.writeLong(mTimestamp);
144 return mTimestamp;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.cpp 43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
71 if (i1->mTimestamp == mTimestamp) {
73 } else if (i2->mTimestamp == mTimestamp) {
87 if (i1->mTimestamp > i2->mTimestamp) {
93 if (infoPtrs[1]->mTimestamp < mTimestamp) {
95 } else if (infoPtrs[0]->mTimestamp < mTimestamp)
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 84 cur.mTimestamp = item.mTimestamp;
180 item.mTimestamp, item.mFrameNumber);
183 item.mFrameNumber, item.mTimestamp);
218 if (find.mTimestamp < accIt->mTimestamp || accIt == end) {
238 item.mTimestamp, item.mFrameNumber);
243 item.mTimestamp, item.mFrameNumber);
257 item.mTimestamp, item.mFrameNumber);
309 item.mTimestamp,
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
PlaylistItem.java 39 private long mTimestamp;
66 mTimestamp = ts;
110 return mTimestamp;
117 .setTimestamp(mTimestamp)
  /frameworks/base/location/java/android/location/
Country.java 67 private final long mTimestamp;
88 mTimestamp = SystemClock.elapsedRealtime();
98 mTimestamp = timestamp;
104 mTimestamp = country.mTimestamp;
133 return mTimestamp;
153 parcel.writeLong(mTimestamp);
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}";
  /frameworks/base/wifi/java/android/net/wifi/
WifiActivityEnergyInfo.java 34 public long mTimestamp;
74 mTimestamp = timestamp;
86 + " timestamp=" + mTimestamp
115 out.writeLong(mTimestamp);
177 return mTimestamp;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java 37 private long mTimestamp = -1;
67 if (newTimestamp < mTimestamp) return;
69 mTimestamp = newTimestamp;
79 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
98 return mTimestamp;
110 final boolean validTimestamp = mTimestamp > 0;
114 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 33 mTimeStamp(INVALID_PTS) {
83 mTimeStamp = INVALID_PTS;
90 mTimeStamp = INVALID_PTS;
149 mTimeStamp = buffer->nTimeStamp;
164 if (mTimeStamp == INVALID_PTS) {
166 mTimeStamp = buffer->nTimeStamp;
169 if (mTimeStamp != buffer->nTimeStamp && mFilledLen != 0) {
184 mTimeStamp = buffer->nTimeStamp;
222 p->timeStamp = mTimeStamp;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvtFilterOnFoundOnLostInfo.java 41 private int mTimeStamp;
60 mTimeStamp = time_stamp;
80 return mTimeStamp;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 86 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {}
97 return mTimestamp;
105 int mTimestamp;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java 25 private final Long mTimestamp;
51 mTimestamp = timestamp;
183 return hasTimestampMillis() ? mTimestamp : 0;
188 return mTimestamp != null;
248 return "VoicemailImpl [mTimestamp=" + mTimestamp + ", mNumber=" + mNumber + ", mId=" + mId
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 35 private long mTimestamp = -1;
65 if (newTimestamp < mTimestamp) return;
67 mTimestamp = newTimestamp;
77 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
104 final boolean validTimestamp = mTimestamp > 0;
108 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /cts/common/util/src/com/android/compatibility/common/util/
InvocationResult.java 32 private long mTimestamp;
119 mTimestamp = time;
127 return mTimestamp;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 34 private final String mTimestamp;
50 mTimestamp = timestamp;
66 return mTimestamp;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 36 private int mTimeStamp = 0;
116 mAvailableFrames.put(mTimeStamp, frame);
117 ++mTimeStamp;
  /frameworks/native/include/gui/
BufferItem.h 71 // mTimestamp is the current timestamp for this buffer slot. This gets
76 int64_t mTimestamp;
83 // mIsAutoTimestamp indicates whether mTimestamp was generated
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 51 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN;
84 mFrame.setTimestamp(mTimestamp);

Completed in 390 milliseconds

1 2 3 4 5 6