Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/
Dscan_record.cc22 : time_spent_scanning_ms_(0), in ScanRecord()
30 return time_spent_scanning_ms_ == other.time_spent_scanning_ms_ && in operator ==()
37 return fbs::CreateScanRecord(*builder, time_spent_scanning_ms_, in Serialize()
42 time_spent_scanning_ms_ = fbs_record.time_spent_scanning_ms(); in Deserialize()
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dscan_record.h42 uint32_t time_spent_scanning_ms_; variable
/system/chre/apps/wifi_offload/test/
Dutility.cc83 init(record.time_spent_scanning_ms_, rand_gen); in init()