HomeSort by relevance Sort by last modified time
    Searched refs:getTimestamp (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java 208 public String getTimestamp() {
  /frameworks/av/include/media/nbaio/
NBAIO.h 220 virtual status_t getTimestamp(AudioTimestamp& timestamp) { return INVALID_OPERATION; }
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 181 int64_t getTimestamp(const BufferQueue::BufferItem &item);
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 256 public long getTimestamp() {
  /frameworks/base/location/java/android/location/
Country.java 132 public final long getTimestamp() {
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.cpp 108 int64_t SensorBase::getTimestamp() {
AdxlSensor.cpp 185 mPendingEvent.timestamp = getTimestamp();
KionixSensor.cpp 163 mPendingEvent.timestamp = getTimestamp();
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 88 int64_t SensorBase::getTimestamp()
  /libcore/luni/src/main/java/java/sql/
ResultSet.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java 44 final Long statusTimestamp = streamItem.getTimestamp();
StreamItemEntry.java 122 public long getTimestamp() {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 61 String getTimestamp() {
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 181 mPendingEvent.timestamp = getTimestamp();
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 147 public final String getTimestamp() {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 126 public long getTimestamp() {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 230 output.setTimestamp(mSurfaceTexture.getTimestamp());
  /frameworks/native/include/gui/
GLConsumer.h 136 // getTimestamp retrieves the timestamp associated with the texture image
142 int64_t getTimestamp();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsBroadcastUndelivered.java 128 if (tracker.getTimestamp() <
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java 97 public long getTimestamp() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 75 mStartTime = TimeUtil.getTimestamp();
140 mEndTime = TimeUtil.getTimestamp();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 60 private static final String now = getTimestamp();
329 private static String getTimestamp() { // eg., 2006-04-10T20:40:08Z
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 172 virtual status_t getTimestamp(AudioTimestamp& timestamp) {
270 status_t status = getTimestamp(timestamp);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 403 if (skipFrameAndModifyTimestamp(input.getTimestamp())) {
407 mTimestampNs = input.getTimestamp();
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 242 "HAL:sysfs:cat %s (%lld)", mpu.accel_fsr, getTimestamp());
381 mpu.trigger_name, getTimestamp());
393 iio_trigger_name, mpu.current_trigger, getTimestamp());
571 "HAL:sysfs:cat %s (%lld)", mpu.firmware_loaded, getTimestamp());
605 "HAL:sysfs:cat %s (%lld)", mpu.gyro_orient, getTimestamp());
634 "HAL:sysfs:cat %s (%lld)", mpu.accel_orient, getTimestamp());
711 HW_GYRO_RATE_HZ, mpu.gyro_fifo_rate, getTimestamp());
763 en, mpu.power_state, getTimestamp());
796 mpu.firmware_loaded, getTimestamp());
807 mpu.dmp_on, getTimestamp());
    [all...]

Completed in 1120 milliseconds

1 23 4 5 6 7