Searched defs:mTimestamp (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java54 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN; field in class:GLTextureSource
87 mFrame.setTimestamp(mTimestamp);
/frameworks/base/location/java/android/location/
H A DCountry.java67 private final long mTimestamp; field in class:Country
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 + "}";
H A DLocationManager.java1345 long mTimestamp; field in class:LocationManager.GpsStatusListenerTransport.Nmea
1349 mTimestamp = timestamp;
1432 mNmeaListener.onNmeaReceived(nmea.mTimestamp, nmea.mNmea);
/frameworks/native/include/gui/
H A DSurfaceTextureClient.h164 // mTimestamp is the timestamp that will be used for the next buffer queue
167 int64_t mTimestamp; member in class:android::SurfaceTextureClient
H A DBufferQueue.h180 mTimestamp(0),
198 // mTimestamp is the current timestamp for this buffer slot. This gets
200 int64_t mTimestamp; member in struct:android::BufferQueue::BufferItem
342 mTimestamp(0),
412 // mTimestamp is the current timestamp for this buffer slot. This gets
414 int64_t mTimestamp; member in struct:android::BufferQueue::BufferSlot
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java77 private String mTimestamp; field in class:TrackerEntry
116 mTimestamp = timestamp;
136 return mTimestamp;
171 cValues.put(TIMESTAMP, mTimestamp);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java44 private long mTimestamp = TIMESTAMP_NOT_SET; field in class:Frame
123 mTimestamp = timestamp;
127 return mTimestamp;
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp138 uint32_t mTimestamp; member in class:__anon1172::AudioStream
194 read(gRandom, &mTimestamp, sizeof(mTimestamp));
230 mDtmfStart = mTimestamp + mSampleCount;
271 mTimestamp += skipped * mSampleCount;
278 mTimestamp += mSampleCount;
282 int duration = mTimestamp - mDtmfStart;
349 buffer[1] = htonl(mTimestamp);

Completed in 930 milliseconds