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

12 3 4 5 6 7

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 56 builder.addLine("<when>" + entry.getTimestamp() + "</when>");
CSVFormatter.java 45 rowOutput.append(entry.getTimestamp());
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 76 static int64_t getTimestamp();
CompassSensor.IIO.primary.cpp 105 compassSysFs.compass_orient, getTimestamp());
153 compassSysFs.trigger_name, getTimestamp());
166 iio_trigger_name, compassSysFs.current_trigger, getTimestamp());
178 IIO_BUFFER_LENGTH, compassSysFs.buffer_length, getTimestamp());
203 compassSysFs.compass_x_fifo_enable, getTimestamp());
214 compassSysFs.compass_y_fifo_enable, getTimestamp());
225 compassSysFs.compass_z_fifo_enable, getTimestamp());
306 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp());
365 compassSysFs.compass_scale, getTimestamp());
CompassSensor.IIO.9150.cpp 93 compassSysFs.compass_orient, getTimestamp());
168 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp());
228 compassSysFs.compass_scale, getTimestamp());
  /libcore/luni/src/main/java/java/security/
CodeSigner.java 99 public Timestamp getTimestamp() {
Timestamp.java 104 public Date getTimestamp() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedCreateFeedTask.java 93 sb.append(" <updated>" + getTimestamp() + "</updated>" + NL); //$NON-NLS-1$ //$NON-NLS-2$
121 private String getTimestamp() { // eg., 2006-04-10T20:40:08Z
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 188 long timestamp = frame.getTimestamp();
190 mFilter.onPulledFrameWithTimestamp(frame.getTimestamp());
OutputPort.java 94 long timestamp = frame.getTimestamp();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 65 public String getTimestamp() {
CtsXmlResultReporter.java 139 mStartTime = getTimestamp();
362 String endTime = getTimestamp();
466 String getTimestamp() {
467 return TimeUtil.getTimestamp();
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 105 mPendingEvent.timestamp = getTimestamp();
LightSensor.cpp 124 mPendingEvent.timestamp = getTimestamp();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 93 // getTimestamp retrieves the timestamp associated with the image
99 int64_t getTimestamp();
  /frameworks/av/media/libnbaio/
AudioStreamOutSink.cpp 82 status_t AudioStreamOutSink::getTimestamp(AudioTimestamp& timestamp)
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 84 int64_t SensorBase::getTimestamp() {
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 694 public Timestamp getTimestamp(int parameterIndex) throws SQLException;
713 public Timestamp getTimestamp(int parameterIndex, Calendar cal)
729 public Timestamp getTimestamp(String parameterName) throws SQLException;
747 public Timestamp getTimestamp(String parameterName, Calendar cal)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 169 , _timestamp(service->getTimestamp())
221 if (_timestamp == _service->getTimestamp()) {
245 _timestamp = _service->getTimestamp();
  /external/icu4c/common/
servls.cpp 164 , _timestamp(service->getTimestamp())
216 if (_timestamp == _service->getTimestamp()) {
240 _timestamp = _service->getTimestamp();
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 82 compassSysFs.compass_orient, getTimestamp());
165 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp());
225 compassSysFs.compass_scale, getTimestamp());
  /device/samsung/manta/libsensors/
SensorBase.cpp 90 int64_t SensorBase::getTimestamp() {
  /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() {

Completed in 1335 milliseconds

12 3 4 5 6 7