Home
last modified time | relevance | path

Searched refs:num_scans_serviced_by_cache_ (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/wifi_offload/
Dscan_stats.cc25 num_scans_serviced_by_cache_(0), in ScanStats()
38 num_scans_serviced_by_cache_ == other.num_scans_serviced_by_cache_ && in operator ==()
55 num_scans_serviced_by_cache_, updated_at_chre_ms_, in Serialize()
83 num_scans_serviced_by_cache_ = fbs_stats.num_scans_serviced_by_cache(); in Deserialize()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dscan_stats.h50 uint32_t num_scans_serviced_by_cache_; variable
/system/chre/apps/wifi_offload/test/
Dutility.cc103 init(stats.num_scans_serviced_by_cache_, rand_gen); in init()