HomeSort by relevance Sort by last modified time
    Searched defs:TimeStamp (Results 1 - 10 of 10) 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...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 797 TI_UINT32 TimeStamp = os_timeStampMs(pCmdQueue->hOs);
802 " MAC TimeStamp on timeout = %d\n",
807 TimeStamp));
    [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
271 WebRtc_UWord16* fragmentationTimeDiff; // Timestamp difference relative "now" for
316 timeStamp = data.timeStamp;
350 timeStamp = data.timeStamp;
383 WebRtc_UWord32 timeStamp;
474 * Set frame timestamp (90kHz)
476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}
    [all...]
  /external/v8/src/
platform-win32.cc 237 // The Time class represents time on win32. A timestamp is represented as
249 // Convert timestamp to JavaScript representation.
252 // Set timestamp to current time.
266 // timestamp taking into account daylight saving.
296 // Return the difference (in milliseconds) between this timestamp and
297 // another timestamp.
308 // is just a struct representing a 64-bit integer. The TimeStamp union
310 // the timestamp.
311 union TimeStamp {
316 TimeStamp time_
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 233 public static class TimeStamp extends Time {
235 public TimeStamp() {
239 public static TimeStamp fromByteArray(byte[] data) {
240 TimeStamp ts = new TimeStamp();
266 builder.append("TimeStamp ");
278 public TimeStamp msgCenterTimeStamp;
279 public TimeStamp validityPeriodAbsolute;
280 public TimeStamp deferredDeliveryTimeAbsolute;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 917 OMX_TICKS TimeStamp;
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 210 TI_UINT8 TimeStamp[8];
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 214 milliseconds