Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 21 of 21) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaItemStatus.java160 public long getTimestamp() { in getTimestamp() method in MediaItemStatus
227 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result); in toString()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DKMLFormatter.java56 builder.addLine("<when>" + entry.getTimestamp() + "</when>"); in getOutput()
DCSVFormatter.java45 rowOutput.append(entry.getTimestamp()); in getOutput()
DTrackerEntry.java135 String getTimestamp() { in getTimestamp() method in TrackerEntry
/frameworks/av/include/media/stagefright/
DSurfaceMediaSource.h99 int64_t getTimestamp();
/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java241 public long getTimestamp() { in getTimestamp() method in SurfaceTexture
/frameworks/base/location/java/android/location/
DCountry.java132 public final long getTimestamp() { in getTimestamp() method in Country
/frameworks/native/include/gui/
DGLConsumer.h139 int64_t getTimestamp();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java126 public long getTimestamp() { in getTimestamp() method in Frame
DFilter.java250 if (frame.getTimestamp() == Frame.TIMESTAMP_NOT_SET) { in pushOutput()
260 mCurrentTimestamp = result.getTimestamp(); in pullInput()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java403 if (skipFrameAndModifyTimestamp(input.getTimestamp())) { in process()
407 mTimestampNs = input.getTimestamp(); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
DSurfaceTextureSource.java230 output.setTimestamp(mSurfaceTexture.getTimestamp()); in process()
DSurfaceTextureTarget.java253 glEnv.setSurfaceTimestamp(input.getTimestamp()); in process()
DCameraSource.java206 long timestamp = mSurfaceTexture.getTimestamp(); in process()
DMediaSource.java343 long timestamp = mSurfaceTexture.getTimestamp(); in process()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp275 return surfaceTexture->getTimestamp(); in SurfaceTexture_getTimestamp()
/frameworks/av/media/libstagefright/
DSurfaceMediaSource.cpp86 nsecs_t SurfaceMediaSource::getTimestamp() { in getTimestamp() function in android::SurfaceMediaSource
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp(); in onDrawFrame()
/frameworks/native/libs/gui/
DGLConsumer.cpp693 nsecs_t GLConsumer::getTimestamp() { in getTimestamp() function in android::GLConsumer
/frameworks/native/services/surfaceflinger/
DLayer.cpp926 nsecs_t desiredPresentTime = mSurfaceFlingerConsumer->getTimestamp(); in onPostComposition()
/frameworks/base/api/
Dcurrent.txt9571 method public long getTimestamp();
36048 method public java.security.Timestamp getTimestamp();
36637 method public java.util.Date getTimestamp();
37541 method public abstract java.sql.Timestamp getTimestamp(int) throws java.sql.SQLException;
37542 …method public abstract java.sql.Timestamp getTimestamp(int, java.util.Calendar) throws java.sql.SQ…
37543 …method public abstract java.sql.Timestamp getTimestamp(java.lang.String) throws java.sql.SQLExcept…
37544 …method public abstract java.sql.Timestamp getTimestamp(java.lang.String, java.util.Calendar) throw…
38131 method public abstract java.sql.Timestamp getTimestamp(int) throws java.sql.SQLException;
38132 …method public abstract java.sql.Timestamp getTimestamp(int, java.util.Calendar) throws java.sql.SQ…
38133 …method public abstract java.sql.Timestamp getTimestamp(java.lang.String) throws java.sql.SQLExcept…
[all …]