Home
last modified time | relevance | path

Searched refs:lastUpdate (Results 1 – 7 of 7) sorted by relevance

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DProgressListenerImpl.java44 long lastUpdate = 0; field in ProgressListenerImpl
57 if (now - lastUpdate < UPDATE_THRESHOLD) { in isTooSoon()
60 lastUpdate = now; in isTooSoon()
/external/boringssl/src/crypto/x509/
Dx509cset.c86 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
92 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
93 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
Dx_crl.c140 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c82 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()
232 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
271 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()
274 numPktsExpected = (arrivalTime - bweStr->lastUpdate) / frameSizeSampl; in WebRtcIsacfix_UpdateUplinkBwImpl()
315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
321 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
417 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
487 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h200 …uint32_t lastUpdate; /* Time since the last update of the Bottle Neck estimate (in samp… member
/external/boringssl/src/include/openssl/
Dx509.h410 ASN1_TIME *lastUpdate; member
573 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6216 ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl); local
6217 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate);
6218 return reinterpret_cast<uintptr_t>(lastUpdate);