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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamBufferListener.h35 int64_t mTimestamp; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
H A DCamera3ZslStream.cpp41 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
69 if (i1->mTimestamp == mTimestamp) {
71 } else if (i2->mTimestamp == mTimestamp) {
85 if (i1->mTimestamp > i2->mTimestamp) {
91 if (infoPtrs[1]->mTimestamp < mTimestamp) {
93 } else if (infoPtrs[0]->mTimestamp < mTimestam
107 const nsecs_t mTimestamp; member in struct:android::camera3::__anon987::TimestampFinder
[all...]
/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/native/include/gui/
H A DIGraphicBufferConsumer.h71 // mTimestamp is the current timestamp for this buffer slot. This gets
73 int64_t mTimestamp; member in class:android::IGraphicBufferConsumer::BufferItem
75 // mIsAutoTimestamp indicates whether mTimestamp was generated
H A DSurface.h194 // mTimestamp is the timestamp that will be used for the next buffer queue
197 int64_t mTimestamp; member in class:android::Surface
/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.java1374 long mTimestamp; field in class:LocationManager.GpsStatusListenerTransport.Nmea
1378 mTimestamp = timestamp;
1461 mNmeaListener.onNmeaReceived(nmea.mTimestamp, nmea.mNmea);
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h99 // mTimestamp is the current timestamp for this buffer slot. This gets
101 int64_t mTimestamp; member in struct:android::RingBufferConsumer::BufferInfo
/frameworks/base/core/java/android/net/
H A DSamplingDataTracker.java46 public long mTimestamp; field in class:SamplingDataTracker.SamplingSnapshot
89 ss.mTimestamp = SystemClock.elapsedRealtime();
101 Slog.d(TAG, "Timestamp = " + String.valueOf(ss.mTimestamp));
162 if (s.mTimestamp - mLastSample.mTimestamp > MINIMUM_SAMPLING_INTERVAL
274 return mEndingSample.mTimestamp;
284 return (int) (mEndingSample.mTimestamp - mBeginningSample.mTimestamp);
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java36 private final long mTimestamp; field in class:InboundSmsTracker
77 mTimestamp = timestamp;
109 mTimestamp = timestamp;
145 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
180 values.put("date", mTimestamp);
232 builder.append(new Date(mTimestamp));
255 return mTimestamp;
H A DSMSDispatcher.java1012 private long mTimestamp = System.currentTimeMillis(); field in class:SMSDispatcher.SmsTracker
1050 mTimestamp /*date*/,
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java237 private int mTimestamp = 0; field in class:FrameManager.BackingCacheLru
246 ++mTimestamp;
247 backing.cachePriority = mTimestamp;
H A DBackingStore.java56 private long mTimestamp = Frame.TIMESTAMP_NOT_SET; field in class:BackingStore
168 mTimestamp = store.mTimestamp;
175 return mTimestamp;
182 mTimestamp = timestamp;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java613 geofenceTransition.mLocation, geofenceTransition.mTimestamp,
738 private long mTimestamp; field in class:GeofenceHardwareImpl.GeofenceTransition
752 mTimestamp = timestamp;
/frameworks/base/media/java/android/media/
H A DImageReader.java592 return mTimestamp;
703 private long mTimestamp; field in class:ImageReader.SurfaceImage
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp40 #define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID "mTimestamp"
63 jfieldID mTimestamp; member in struct:__anon1124
578 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID(
580 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL,
786 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp,
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp138 uint32_t mTimestamp; member in class:__anon1581::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);
/frameworks/av/services/audioflinger/
H A DThreads.h639 AudioTimestamp mTimestamp; member in struct:PlaybackThread::__anon973

Completed in 688 milliseconds