HomeSort by relevance Sort by last modified time
    Searched defs:lifetime (Results 1 - 25 of 47) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
sainfo.h 53 time_t lifetime; member in struct:sainfo
proposal.h 60 time_t lifetime; member in struct:saprop
63 int claim; /* flag to send RESPONDER-LIFETIME. */
153 * Lifetime length selection refered to the section 4.5.4 of RFC2407. It does
169 * AND send RESPONDER-LIFETIME notify message to a initiator in the
170 * case of lifetime.
remoteconf.h 139 time_t lifetime; member in struct:isakmpsa
  /packages/apps/Camera2/src/com/android/camera/async/
HandlerFactory.java 23 * Creates new handlers backed by threads with a specified lifetime.
27 * @param lifetime The lifetime of the associated handler's thread.
31 public Handler create(Lifetime lifetime, String threadName) {
35 lifetime.add(new SafeCloseable() {
46 * @param lifetime The lifetime of the associated handler's thread.
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority)
    [all...]
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 141 u32 lifetime; local
146 * Lifetime KDE)
152 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
169 /* Lifetime */
170 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
172 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
194 u32 lifetime; local
199 * Lifetime KDE))
206 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
    [all...]
wpa_auth_ie.h 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /packages/apps/Camera2/src/com/android/camera/one/v2/
SimpleOneCameraFactory.java 28 import com.android.camera.async.Lifetime;
111 final Lifetime lifetime = new Lifetime(); local
119 lifetime.add(imageReader);
120 lifetime.add(device);
131 public CameraStarter.CameraControls startCamera(Lifetime cameraLifetime,
139 new Lifetime(cameraLifetime), cameraCaptureSession, new HandlerFactory());
155 new SharedImageReaderFactory(new Lifetime(cameraLifetime), imageReader,
179 BasicCameraFactory basicCameraFactory = new BasicCameraFactory(new Lifetime
    [all...]
ZslOneCameraFactory.java 28 import com.android.camera.async.Lifetime;
144 final Lifetime lifetime = new Lifetime(); local
151 lifetime.add(imageReader);
152 lifetime.add(device);
166 public CameraControls startCamera(Lifetime cameraLifetime,
173 FrameServerFactory frameServerComponent = new FrameServerFactory(new Lifetime
182 new ZslSharedImageReaderFactory(new Lifetime(cameraLifetime),
231 new Lifetime(cameraLifetime)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.h 26 u32 lifetime; member in struct:wpa_peerkey
wpa_ie.h 29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
peerkey.c 386 be32 lifetime; local
389 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
421 lifetime = host_to_be32(peerkey->lifetime);
423 (u8 *) &lifetime, sizeof(lifetime));
519 u32 lifetime; local
535 kde.lifetime == NULL || kde.lifetime_len < 4) {
537 "Lifetime KDE in SMK M4/M5");
567 lifetime = WPA_GET_BE32(kde.lifetime)
662 be32 lifetime; local
733 u32 lifetime; local
    [all...]
  /frameworks/base/core/java/android/net/metrics/
ApfProgramEvent.java 50 public long lifetime; // Maximum computed lifetime of the program in seconds field in class:ApfProgramEvent
51 public long actualLifetime; // Effective program lifetime in seconds
61 this.lifetime = in.readLong();
71 out.writeLong(lifetime);
86 String lifetimeString = (lifetime < Long.MAX_VALUE) ? lifetime + "s" : "forever";
  /external/dhcpcd-6.8.2/
ipv6nd.h 53 uint32_t lifetime; member in struct:ra
if-bsd.c 1115 struct in6_addrlifetime *lifetime; local
1118 lifetime = &ifr6.ifr_ifru.ifru_lifetime;
1120 if (lifetime->ia6t_preferred)
1122 (uint32_t)(lifetime->ia6t_preferred -
1123 MIN(t, lifetime->ia6t_preferred));
1126 if (lifetime->ia6t_expire) {
1128 (uint32_t)(lifetime->ia6t_expire -
1129 MIN(t, lifetime->ia6t_expire));
1133 lifetime->ia6t_vltime - ia->prefix_vltime;
    [all...]
ipv6nd.c 335 rap->lifetime = seconds;
360 if (rap->lifetime && rap->expired) {
370 if (rap->lifetime && !rap->expired) {
736 uint32_t lifetime, mtuv; local
848 if (new_rap == 0 && rap->lifetime == 0)
851 rap->lifetime = ntohs(nd_ra->nd_ra_router_lifetime);
859 if (rap->lifetime)
869 lifetime = ~0U;
1026 lifetime = ap->prefix_vltime;
1044 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime)
    [all...]
  /external/openssh/
ssh-add.c 90 /* Default lifetime (0 == forever) */
91 static int lifetime = 0; variable
270 lifetime, confirm)) == 0) {
273 if (lifetime != 0)
275 "Lifetime set to %d seconds\n", lifetime);
318 lifetime, confirm)) != 0) {
325 if (lifetime != 0)
326 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
    [all...]
ssh-agent.c 152 /* Default lifetime in seconds (0 == forever) */
153 static long lifetime = 0; variable
624 error("%s: bad lifetime constraint: %s",
644 if (lifetime && !death)
645 death = monotime() + lifetime;
764 if (lifetime && !death)
765 death = monotime() + lifetime;
1244 if ((lifetime = convtime(optarg)) == -1) {
1245 fprintf(stderr, "Invalid lifetime\n");
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver.h 121 // Called when the timer for checking lifetime times out.
187 uint32_t lifetime);
191 uint32_t lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
201 // used for longer than the lifetime, then we send a signal.
relayserver.cc 357 // Compute the appropriate lifetime for this binding.
358 uint32_t lifetime = MAX_LIFETIME; local
362 lifetime = std::min(lifetime, lifetime_attr->value() * 1000);
364 binding = new RelayServerBinding(this, username, "0", lifetime);
439 res_lifetime_attr->SetValue(int_conn->binding()->lifetime() / 1000);
656 uint32_t lifetime)
660 lifetime_(lifetime) {
735 // If the lifetime timeout has been exceeded, then send a signal.
  /system/netd/server/
NetlinkHandler.cpp 107 const char *lifetime = evt->findParam("LIFETIME"); local
109 if (lifetime && servers) {
110 notifyInterfaceDnsServers(iface, lifetime, servers);
209 const char *lifetime,
212 iface, lifetime, servers);
  /libcore/ojluni/src/main/java/sun/security/util/
Cache.java 44 * . optional lifetime, specified in seconds.
120 * lifetime for entries, with the values held by SoftReferences.
128 * specified maximum lifetime (in seconds), with the values held
137 * lifetime for entries, with the values held by standard references.
153 * specified maximum lifetime (in seconds), with the values held
254 private long lifetime; field in class:MemoryCache
264 public MemoryCache(boolean soft, int maxSize, int lifetime) {
266 this.lifetime = lifetime * 1000;
320 if (lifetime == 0)
    [all...]
  /system/core/libsysutils/src/
NetlinkEvent.cpp 211 // Address lifetime information.
455 // Find the lifetime.
457 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); local
492 asprintf(&mParams[1], "LIFETIME=%u", lifetime);
  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 452 /** KDE type for a lifetime value */
488 /** For Lifetime-type KDEs, the lifetime in seconds
492 u32 lifetime; member in union:wpa_kde::__anon33340
  /external/webrtc/webrtc/base/
httpclient.cc 129 // Compute lifetime of document
130 time_t lifetime; local
132 lifetime = atoi(s_temp.c_str());
135 lifetime = u_temp - date;
139 lifetime = static_cast<size_t>(now - u_temp) / 10;
144 return (lifetime > current_age) ? HCS_FRESH : HCS_STALE;
  /external/tcpdump/
print-icmp.c 448 u_int lifetime, num, size; local
455 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
457 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
458 if (lifetime < 60) {
460 lifetime);
461 } else if (lifetime < 60 * 60) {
463 lifetime / 60, lifetime % 60);
467 lifetime / 3600,
468 (lifetime % 3600) / 60
    [all...]

Completed in 2115 milliseconds

1 2