Searched refs:getTimestamp (Results 1 - 11 of 11) sorted by last modified time

/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java45 rowOutput.append(entry.getTimestamp());
H A DKMLFormatter.java56 builder.addLine("<when>" + entry.getTimestamp() + "</when>");
H A DTrackerEntry.java135 String getTimestamp() { method in class:TrackerEntry
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java205 public long getTimestamp() { method in class:SurfaceTexture
/frameworks/base/include/gui/
H A DSurfaceTexture.h167 // getTimestamp retrieves the timestamp associated with the texture image
173 int64_t getTimestamp();
/frameworks/base/include/media/stagefright/
H A DSurfaceMediaSource.h159 // getTimestamp retrieves the timestamp associated with the image
165 int64_t getTimestamp();
/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp968 nsecs_t SurfaceTexture::getTimestamp() { function in class:android::SurfaceTexture
969 ST_LOGV("getTimestamp");
/frameworks/base/location/java/android/location/
H A DCountry.java132 public final long getTimestamp() { method in class:Country
/frameworks/base/media/libstagefright/
H A DSurfaceMediaSource.cpp574 nsecs_t SurfaceMediaSource::getTimestamp() { function in class:android::SurfaceMediaSource
575 LOGV("SurfaceMediaSource::getTimestamp");
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp233 return surfaceTexture->getTimestamp();

Completed in 134 milliseconds