Home
last modified time | relevance | path

Searched refs:longitudeUncertainty (Results 1 – 8 of 8) sorted by relevance

/system/chre/apps/wifi_world/
Dwifi_world.cc144 if (lci.longitudeUncertainty == CHRE_WIFI_LCI_UNCERTAINTY_UNKNOWN) { in logChreRangingResult()
148 powf(2, 8 - lci.longitudeUncertainty)); in logChreRangingResult()
/system/chre/chpp/include/chpp/common/
Dwifi_types.h48 uint8_t longitudeUncertainty; member
/system/chre/chpp/common/
Dwifi_convert.c193 out->longitudeUncertainty = in->longitudeUncertainty; in chppWifiConvertLciFromChre()
509 out->longitudeUncertainty = in->longitudeUncertainty; in chppWifiConvertLciToChre()
/system/chre/chre_api/legacy/v1_3/chre/
Dwifi.h680 uint8_t longitudeUncertainty; member
/system/chre/chre_api/legacy/v1_2/chre/
Dwifi.h680 uint8_t longitudeUncertainty; member
/system/chre/chre_api/include/chre_api/chre/
Dwifi.h738 uint8_t longitudeUncertainty; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwifi.h680 uint8_t longitudeUncertainty; member
/system/chre/apps/test/chqts/src/general_test/
Dbasic_wifi_test.cc291 ASSERT_LE(lci->longitudeUncertainty, kMaxLatLngUncertainty, in validateLci()