Searched refs:longitude (Results 1 – 16 of 16) sorted by relevance
/system/chre/apps/test/chqts/src/general_test/ |
D | cell_info_cdma.cc | 32 } else if (!isBoundedInt32(identity.longitude, -2592000, 2592000, max)) { in validateIdentity() 33 sendFatalFailureInt32("Invalid CDMA Longitude: %d", identity.longitude); in validateIdentity()
|
D | basic_wifi_test.cc | 284 ASSERT_IN_RANGE(lci->longitude, -1 * kMaxLng, kMaxLng, in validateLci()
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 123 LOGI(" longitude: 0x%" PRIx64 ", %f degs", lci.longitude, in logChreRangingResult() 124 static_cast<float>(lci.longitude) / static_cast<float>(1 << 25)); in logChreRangingResult()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 53 out->longitude = in->longitude; in chppWwanConvertCellIdentityCdmaFromChre() 310 out->longitude = in->longitude; in chppWwanConvertCellIdentityCdmaToChre()
|
D | wifi_convert.c | 190 out->longitude = in->longitude; in chppWifiConvertLciFromChre() 506 out->longitude = in->longitude; in chppWifiConvertLciToChre()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 150 int32_t longitude; member
|
D | wifi.h | 663 int64_t longitude; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 150 int32_t longitude; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 150 int32_t longitude; member
|
D | wifi.h | 663 int64_t longitude; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 151 int32_t longitude; member
|
D | wifi.h | 663 int64_t longitude; member
|
/system/chre/chpp/include/chpp/common/ |
D | wifi_types.h | 45 int64_t longitude; member
|
D | wwan_types.h | 47 int32_t longitude; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 151 int32_t longitude; member
|
D | wifi.h | 721 int64_t longitude; member
|