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

1 2

  /system/connectivity/shill/net/
ndisc.h 34 uint32_t lifetime; member in struct:NDUserOptionHeader
41 // Infinity lifetime.
rtnl_message.cc 254 uint32_t lifetime = ntohl(nd_user_option_header->lifetime); local
275 return ParseRdnssOption(option_data, data_len, lifetime);
283 uint32_t lifetime) {
300 set_rdnss_option(RdnssOption(lifetime, dns_server_addresses));
rtnl_message.h 138 : lifetime(0) {}
141 : lifetime(lifetime_in),
143 uint32_t lifetime; member in struct:shill::RTNLMessage::RdnssOption
229 uint32_t lifetime);
rtnl_message_unittest.cc 366 // Lifetime: infinity (0xffffffff)
520 uint32_t lifetime,
544 EXPECT_EQ(lifetime, rdnss.lifetime);
670 uint32_t lifetime = 0xffffffff; local
677 lifetime, local
  /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...]
  /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/ap/
peerkey_auth.c 153 u32 lifetime; local
158 * Lifetime KDE)
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
181 /* Lifetime */
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
211 * Lifetime KDE))
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
    [all...]
wpa_auth_ie.h 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /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 387 be32 lifetime; local
390 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
421 lifetime = host_to_be32(peerkey->lifetime);
423 (u8 *) &lifetime, sizeof(lifetime));
519 u32 lifetime; local
536 kde.lifetime == NULL || kde.lifetime_len < 4) {
538 "Lifetime KDE in SMK M4/M5");
568 lifetime = WPA_GET_BE32(kde.lifetime)
664 be32 lifetime; local
734 u32 lifetime; local
    [all...]
  /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/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 104 const char *lifetime = evt->findParam("LIFETIME"); local
106 if (lifetime && servers) {
107 notifyInterfaceDnsServers(iface, lifetime, servers);
206 const char *lifetime,
209 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 214 // Address lifetime information.
458 // Find the lifetime.
460 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); local
495 asprintf(&mParams[1], "LIFETIME=%u", lifetime);
  /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 1070 milliseconds

1 2