Home
last modified time | relevance | path

Searched defs:TrackerHistory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dtracker_storage.h44 struct TrackerHistory { struct
46 explicit TrackerHistory(uint32_t current_time_ms) in TrackerHistory() function
55 uint32_t found_count;
58 uint32_t first_found_time_ms;
61 uint32_t last_found_time_ms;
64 uint32_t last_radio_discovery_time_ms;
90 chre::DynamicVector<TrackerHistory> historian; argument
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
H A Dnearby_extension.proto263 message TrackerHistory { message