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

  /external/webrtc/webrtc/base/
asyncpacketsocket.h 48 PacketTime() : timestamp(-1), not_before(-1) {}
49 PacketTime(int64_t timestamp, int64_t not_before)
50 : timestamp(timestamp), not_before(not_before) {}
58 int64_t not_before; member in struct:rtc::PacketTime
61 inline PacketTime CreatePacketTime(int64_t not_before) {
62 return PacketTime(TimeMicros(), not_before);
sslidentity.h 176 time_t not_before; // Absolute time since epoch in seconds. member in struct:rtc::SSLIdentityParams
  /external/wpa_supplicant_8/src/tls/
x509v3.h 60 os_time_t not_before; member in struct:x509_certificate
  /external/webrtc/webrtc/
common_types.h 772 PacketTime() : timestamp(-1), not_before(-1) {}
773 PacketTime(int64_t timestamp, int64_t not_before)
774 : timestamp(timestamp), not_before(not_before) {
778 int64_t not_before; // Earliest possible time the data could have arrived, member in struct:webrtc::PacketTime

Completed in 1506 milliseconds