Home
last modified time | relevance | path

Searched refs:lastUpdate (Results 1 – 8 of 8) 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.c84 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
90 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
91 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
Dx_crl.c140 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c80 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()
226 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
265 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()
268 numPktsExpected = WEBRTC_SPL_UDIV(arrivalTime - bweStr->lastUpdate, frameSizeSampl); in WebRtcIsacfix_UpdateUplinkBwImpl()
309 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
412 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
483 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h198 …WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (i… member
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java196 long lastUpdate = lastLastUpdateTime; in invokeTimedActions() local
198 long timeDelta = releaseTime - Math.max(pressTime, lastUpdate); in invokeTimedActions()
/external/boringssl/src/include/openssl/
Dx509.h411 ASN1_TIME *lastUpdate; member
574 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6250 ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl); local
6251 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate);
6252 return reinterpret_cast<uintptr_t>(lastUpdate);