Home
last modified time | relevance | path

Searched refs:android_last_signal_time_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp146 android_last_signal_time_ = 0; in InitializeServiceState()
334 if (android_last_signal_time_.load() == 0) { in WakeupFromSleep()
340 const bool wakeup_from_sleep = (now > android_last_signal_time_.load() + 120); in WakeupFromSleep()
438 android_last_signal_time_ = time(0); in HandleSignalStrength()
Dnetwork_service.h295 std::atomic<time_t> android_last_signal_time_; variable