Searched defs:timestamp (Results 1 - 25 of 506) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h22 WebRtc_UWord32 timestamp; member in struct:webrtc::RTPHeader
474 * Set frame timestamp (90kHz)
493 * Get frame timestamp (90kHz)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c32 struct os_reltime timestamp; member in struct:hostapd_cached_radius_acl
46 struct os_reltime timestamp; member in struct:hostapd_acl_query_data
115 if (os_reltime_expired(&now, &entry->timestamp,
308 os_get_reltime(&query->timestamp);
349 if (os_reltime_expired(now, &entry->timestamp,
379 if (os_reltime_expired(now, &entry->timestamp,
519 os_get_reltime(&cache->timestamp);
H A Dwpa_auth.h84 u8 timestamp[4]; /* current time in seconds since unix epoch, little member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h472 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon33551::__anon33558
484 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon33551::__anon33560
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c234 u32 timestamp = ntohl(val); local
235 if ((unsigned int) abs(now.sec - timestamp) >
240 timestamp, (unsigned int) now.sec,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c118 struct os_reltime timestamp; member in struct:wps_pbc_session
347 pbc->timestamp = now;
354 if (os_reltime_expired(&now, &pbc->timestamp,
421 if (os_reltime_expired(&now, &pbc->timestamp,
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c32 struct os_reltime timestamp; member in struct:hostapd_cached_radius_acl
46 struct os_reltime timestamp; member in struct:hostapd_acl_query_data
115 if (os_reltime_expired(&now, &entry->timestamp,
308 os_get_reltime(&query->timestamp);
349 if (os_reltime_expired(now, &entry->timestamp,
379 if (os_reltime_expired(now, &entry->timestamp,
519 os_get_reltime(&cache->timestamp);
H A Dwpa_auth.h84 u8 timestamp[4]; /* current time in seconds since unix epoch, little member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h472 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon33804::__anon33811
484 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon33804::__anon33813
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c234 u32 timestamp = ntohl(val); local
235 if ((unsigned int) abs(now.sec - timestamp) >
240 timestamp, (unsigned int) now.sec,
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c118 struct os_reltime timestamp; member in struct:wps_pbc_session
347 pbc->timestamp = now;
354 if (os_reltime_expired(&now, &pbc->timestamp,
421 if (os_reltime_expired(&now, &pbc->timestamp,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c32 struct os_reltime timestamp; member in struct:hostapd_cached_radius_acl
46 struct os_reltime timestamp; member in struct:hostapd_acl_query_data
115 if (os_reltime_expired(&now, &entry->timestamp,
308 os_get_reltime(&query->timestamp);
349 if (os_reltime_expired(now, &entry->timestamp,
379 if (os_reltime_expired(now, &entry->timestamp,
519 os_get_reltime(&cache->timestamp);
H A Dwpa_auth.h84 u8 timestamp[4]; /* current time in seconds since unix epoch, little member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h472 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon34055::__anon34062
484 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon34055::__anon34064
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c234 u32 timestamp = ntohl(val); local
235 if ((unsigned int) abs(now.sec - timestamp) >
240 timestamp, (unsigned int) now.sec,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c118 struct os_reltime timestamp; member in struct:wps_pbc_session
347 pbc->timestamp = now;
354 if (os_reltime_expired(&now, &pbc->timestamp,
421 if (os_reltime_expired(&now, &pbc->timestamp,
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c419 unsigned long timestamp; member in struct:_PDB_SYMBOL_RANGE_EX
/external/tcpdump/
H A Dieee802_11.h225 u_int8_t timestamp[IEEE802_11_TSTAMP_LEN]; member in struct:mgmt_body_t
H A Dprint-lspping.c478 struct timeval timestamp; local
560 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec);
561 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec);
563 ts_print(&timestamp);
565 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec);
566 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec);
568 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0))
569 ts_print(&timestamp);
571 printf("no timestamp");
[all...]
H A Dprint-mpcp.c45 u_int8_t timestamp[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_common_header_t
159 printf(", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp));
/external/speex/include/speex/
H A Dspeex_jitter.h63 spx_uint32_t timestamp; /**< Timestamp for the packet */ member in struct:_JitterBufferPacket
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
112 /** Equivalent cost of one percent late packet in timestamp units */
154 /** Used right after jitter_buffer_get() to obtain another packet that would have the same timestamp.
162 /** Get pointer timestamp of jitter buffer
176 * @param rem Amount of data buffered by the application (timestamp units)
/external/srec/portable/src/
H A Dptimestamp.c27 void PTimeStampSet(PTimeStamp *timestamp) argument
31 timestamp->secs = 0;
32 timestamp->msecs = 0;
39 timestamp->secs = now.time;
40 timestamp->msecs = now.millitm;
44 timestamp->secs = now.tv_sec;
45 timestamp->msecs = now.tv_nsec / MSECOND2NSECOND;
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c162 PTimeStamp timestamp; local
239 PTimeStampSet(&timestamp);
240 ct = localtime_r(&timestamp.secs, &ct_r);
469 PTimeStamp timestamp; local
489 PTimeStampSet(&timestamp);
490 ct = localtime_r(&timestamp.secs, &ct_r);
494 ct->tm_min, ct->tm_sec, timestamp.msecs);

Completed in 2473 milliseconds

1234567891011>>