Home
last modified time | relevance | path

Searched refs:last_seen (Results 1 – 18 of 18) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/gdsys/common/
Dcmd_ioloop.c271 unsigned long long last_seen = 0; in do_ioreflect() local
305 if (!(tx_ctr % rate) && (tx_ctr != last_seen)) in do_ioreflect()
308 last_seen = tx_ctr; in do_ioreflect()
329 unsigned long long last_seen = 0; in do_ioreflect() local
354 if (!(tx_ctr % rate) && (tx_ctr != last_seen)) in do_ioreflect()
357 last_seen = tx_ctr; in do_ioreflect()
/third_party/gn/src/gn/
Dninja_build_writer.cc41 Counts() : count(0), last_seen(nullptr) {} in Counts()
47 const Target* last_seen; member
485 short_names_counts.last_seen = target;
491 exes_counts.last_seen = target;
549 const std::string& short_name = counts.last_seen->label().name();
551 WritePhonyRule(counts.last_seen, short_name);
557 const std::string& short_name = counts.last_seen->label().name();
559 WritePhonyRule(counts.last_seen, short_name);
/third_party/libcoap/examples/contiki/
Dcoap-observer.c49 static coap_tick_t last_seen = 0; variable
107 coap_ticks(&last_seen); in message_handler()
/third_party/libwebsockets/include/libwebsockets/
Dlws-esp32.h59 uint64_t last_seen; member
/third_party/libcoap/include/coap3/
Dcoap_block_internal.h49 coap_tick_t last_seen; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c61 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers()
80 os_get_reltime(&dev->last_seen); in p2p_expire_peers()
94 os_get_reltime(&dev->last_seen); in p2p_expire_peers()
427 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device()
534 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients()
762 if (dev->last_seen.sec > 0 && in p2p_add_device()
763 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device()
765 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
771 (unsigned int) dev->last_seen.sec, in p2p_add_device()
772 (unsigned int) dev->last_seen.usec, in p2p_add_device()
[all …]
Dp2p_i.h43 struct os_reltime last_seen; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c61 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers()
80 os_get_reltime(&dev->last_seen); in p2p_expire_peers()
94 os_get_reltime(&dev->last_seen); in p2p_expire_peers()
427 os_reltime_before(&dev->last_seen, &oldest->last_seen)) in p2p_create_device()
534 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients()
762 if (dev->last_seen.sec > 0 && in p2p_add_device()
763 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device()
765 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
771 (unsigned int) dev->last_seen.sec, in p2p_add_device()
772 (unsigned int) dev->last_seen.usec, in p2p_add_device()
[all …]
Dp2p_i.h43 struct os_reltime last_seen; member
/third_party/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c288 p->last_seen = now; in lws_esp32_mdns_timer_cb()
311 p->last_seen = now; in lws_esp32_mdns_timer_cb()
339 now - p->last_seen > 60000000) { in lws_esp32_mdns_timer_cb()
648 mem->last_seen = ~(uint64_t)0; in lws_esp32_event_passthru()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dbeacon.c625 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
662 os_get_reltime(&info->last_seen); in sta_track_add()
672 os_get_reltime(&info->last_seen); in sta_track_add()
Dhostapd.h407 struct os_reltime last_seen; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dbeacon.c625 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
662 os_get_reltime(&info->last_seen); in sta_track_add()
672 os_get_reltime(&info->last_seen); in sta_track_add()
Dhostapd.h407 struct os_reltime last_seen; member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c4872 gboolean last_seen, with_clock, in_paused; in gst_base_sink_get_position() local
4894 last_seen = basesink->eos; in gst_base_sink_get_position()
4954 last_seen = TRUE; in gst_base_sink_get_position()
4962 if (last_seen) { in gst_base_sink_get_position()
4993 if (last_seen) { in gst_base_sink_get_position()
/third_party/libcoap/src/
Dblock.c1209 coap_ticks(&rec_blocks->last_seen); in update_received_blocks()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c2555 os_reltime_sub(&now, &info->last_seen, &age); in hostapd_ctrl_iface_track_sta_list()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c2555 os_reltime_sub(&now, &info->last_seen, &age); in hostapd_ctrl_iface_track_sta_list()