HomeSort by relevance Sort by last modified time
    Searched defs:TimeStamp (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
time.h 39 typedef uint32 TimeStamp;
47 // Returns a future timestamp, 'elapsed' milliseconds from now.
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 36 * TimeStamp SIP Header.
46 public class TimeStamp extends SIPHeader implements TimeStampHeader {
54 * timeStamp field
56 protected long timeStamp = -1;
70 public TimeStamp() {
71 super(TIMESTAMP);
76 if (timeStamp == -1 && timeStampFloat == -1)
78 else if (timeStamp != -1)
79 return Long.toString(timeStamp);
130 public void setTimeStamp(float timeStamp) throws InvalidArgumentException
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 69 typedef unsigned long long TimeStamp;
77 static const TimeStamp kTypeAheadTimeoutMs = 1000;
272 TimeStamp m_lastCharTime;
807 TimeStamp now = static_cast<TimeStamp>(currentTime() * 1000.0f);
808 TimeStamp delta = now - m_lastCharTime;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 22 WebRtc_UWord32 timestamp; member in struct:webrtc::RTPHeader
233 WebRtc_UWord16* fragmentationTimeDiff; // Timestamp difference relative "now" for
278 timeStamp = data.timeStamp;
312 timeStamp = data.timeStamp;
345 WebRtc_UWord32 timeStamp;
436 * Set frame timestamp (90kHz)
438 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 232 public static class TimeStamp extends Time {
234 public TimeStamp() {
238 public static TimeStamp fromByteArray(byte[] data) {
239 TimeStamp ts = new TimeStamp();
265 builder.append("TimeStamp ");
277 public TimeStamp msgCenterTimeStamp;
278 public TimeStamp validityPeriodAbsolute;
279 public TimeStamp deferredDeliveryTimeAbsolute;
    [all...]
  /external/v8/src/
platform-win32.cc 240 // The Time class represents time on win32. A timestamp is represented as
252 // Convert timestamp to JavaScript representation.
255 // Set timestamp to current time.
269 // timestamp taking into account daylight saving.
299 // Return the difference (in milliseconds) between this timestamp and
300 // another timestamp.
311 // is just a struct representing a 64-bit integer. The TimeStamp union
313 // the timestamp.
314 union TimeStamp {
319 TimeStamp time_
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 917 OMX_TICKS TimeStamp;
    [all...]

Completed in 451 milliseconds