Searched refs:getTimestamp (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DKMLFormatter.java56 builder.addLine("<when>" + entry.getTimestamp() + "</when>");
H A DCSVFormatter.java45 rowOutput.append(entry.getTimestamp());
H A DTrackerEntry.java135 String getTimestamp() { method in class:TrackerEntry
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java240 public long getTimestamp() { method in class:SurfaceTexture
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h93 // getTimestamp retrieves the timestamp associated with the image
99 int64_t getTimestamp();
/frameworks/base/location/java/android/location/
H A DCountry.java132 public final long getTimestamp() { method in class:Country
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java126 public long getTimestamp() { method in class:Frame
H A DFilter.java250 if (frame.getTimestamp() == Frame.TIMESTAMP_NOT_SET) {
260 mCurrentTimestamp = result.getTimestamp();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java230 output.setTimestamp(mSurfaceTexture.getTimestamp());
H A DCameraSource.java206 long timestamp = mSurfaceTexture.getTimestamp();
H A DSurfaceTextureTarget.java253 glEnv.setSurfaceTimestamp(input.getTimestamp());
H A DMediaSource.java343 long timestamp = mSurfaceTexture.getTimestamp();
/frameworks/native/include/gui/
H A DSurfaceTexture.h118 // getTimestamp retrieves the timestamp associated with the texture image
124 int64_t getTimestamp();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java403 if (skipFrameAndModifyTimestamp(input.getTimestamp())) {
407 mTimestampNs = input.getTimestamp();
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp252 return surfaceTexture->getTimestamp();
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp86 nsecs_t SurfaceMediaSource::getTimestamp() { function in class:android::SurfaceMediaSource
87 ALOGV("getTimestamp");
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp525 mFrameStats[offset].timestamp = mSurfaceTexture->getTimestamp();
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp674 nsecs_t SurfaceTexture::getTimestamp() { function in class:android::SurfaceTexture
675 ST_LOGV("getTimestamp");

Completed in 962 milliseconds