HomeSort by relevance Sort by last modified time
    Searched refs:getTimestamp (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java 31 String getTimestamp();
56 * Expected format: {@link TimeUtil#getTimestamp()}
TimeUtil.java 55 static String getTimestamp() {
56 return getTimestamp(System.currentTimeMillis());
66 static String getTimestamp(long time) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 25 QDateTime getTimestamp() const { return timestamp; }
  /frameworks/base/media/java/android/media/
Image.java 112 public abstract long getTimestamp();
  /hardware/invensense/60xx/libsensors_iio/
MPLSupport.h 23 int64_t getTimestamp();
MPLSupport.cpp 30 int64_t getTimestamp()
163 var, filename, getTimestamp());
  /device/samsung/manta/libsensors/
SensorBase.h 38 static int64_t getTimestamp();
  /frameworks/av/include/media/nbaio/
AudioStreamOutSink.h 55 virtual status_t getTimestamp(AudioTimestamp& timestamp);
MonoPipe.h 95 status_t getTimestamp(AudioTimestamp& timestamp);
  /hardware/invensense/60xx/libsensors/
SensorBase.h 39 static int64_t getTimestamp();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 84 assertEquals(now, t.getTimestamp());
85 assertNotSame(now, t.getTimestamp());
CodeSignerTest.java 95 * Tests CodeSigner.getTimeStamp()
98 assertNull(new CodeSigner(cpath, null).getTimestamp());
99 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java 91 public final long getTimestamp() {
92 return mBackingStore.getTimestamp();
99 return mBackingStore.getTimestamp() / 1000000L;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 60 assertEquals("not expected value", now, timestamp.getTimestamp());
88 assertEquals(now, t.getTimestamp());
89 assertNotSame(now, t.getTimestamp());
CodeSignerTest.java 112 * Tests CodeSigner.getTimeStamp()
115 assertNull(new CodeSigner(cpath, null).getTimestamp());
116 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestSummaryXmlTest.java 44 assertEquals("2011-11-01", result.getTimestamp());
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
RevokedOffer.java 95 public Date getTimestamp() {
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.h 39 static int64_t getTimestamp();
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaSessionStatus.java 95 public long getTimestamp() {
132 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
MediaItemStatus.java 208 public long getTimestamp() {
259 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 309 "HAL:sysfs:cat %s (%lld)", mpu.gyro_fsr, getTimestamp());
330 "HAL:sysfs:cat %s (%lld)", mpu.in_gyro_self_test_scale, getTimestamp());
388 "HAL:sysfs:cat %s (%lld)", mpu.accel_fsr, getTimestamp());
639 mpu.in_timestamp_en, getTimestamp());
653 IIO_BUFFER_LENGTH, mpu.buffer_length, getTimestamp());
844 "HAL:sysfs:cat %s (%lld)", mpu.firmware_loaded, getTimestamp());
876 "HAL:sysfs:cat %s (%lld)", mpu.gyro_orient, getTimestamp());
905 "HAL:sysfs:cat %s (%lld)", mpu.accel_orient, getTimestamp());
    [all...]
CompassSensor.AKM.cpp 47 0, "/sys/class/compass/akm8963/enable_mag", getTimestamp());
57 0, "/sys/class/compass/akm8963/enable_mag", getTimestamp());
PressureSensor.IIO.secondary.cpp 107 en, pressureSysFs.pressure_enable, getTimestamp());
121 mDelay, pressureSysFs.pressure_rate, getTimestamp());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 97 + buildProperties.getTimestamp()
106 + buildProperties.getTimestamp()
198 + buildProperties.getTimestamp()
208 + buildProperties.getTimestamp()
  /frameworks/av/include/media/
IAudioTrack.h 92 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;

Completed in 941 milliseconds

1 2 3 4 5 6 7