Searched refs:lac (Results 1 – 13 of 13) sorted by relevance
/system/chre/apps/test/chqts/src/general_test/ |
D | cell_info_tdscdma.cc | 30 } else if (!isBoundedInt32(identity.lac, 0, 65535, INT32_MAX)) { in validateIdentity() 32 identity.lac); in validateIdentity()
|
D | cell_info_wcdma.cc | 30 } else if (!isBoundedInt32(identity.lac, 0, 65535, INT32_MAX)) { in validateIdentity() 31 sendFatalFailureInt32("Invalid WCDMA Location Area Code: %d", identity.lac); in validateIdentity()
|
D | cell_info_gsm.cc | 28 } else if (!isBoundedInt32(identity.lac, 0, 65535, INT32_MAX)) { in validateIdentity() 29 sendFatalFailureInt32("Invalid GSM Location Area Code", identity.lac); in validateIdentity()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 87 out->lac = in->lac; in chppWwanConvertCellIdentityGsmFromChre() 176 out->lac = in->lac; in chppWwanConvertCellIdentityTdscdmaFromChre() 201 out->lac = in->lac; in chppWwanConvertCellIdentityWcdmaFromChre() 358 out->lac = in->lac; in chppWwanConvertCellIdentityGsmToChre() 477 out->lac = in->lac; in chppWwanConvertCellIdentityTdscdmaToChre() 512 out->lac = in->lac; in chppWwanConvertCellIdentityWcdmaToChre()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 96 int32_t lac; member 121 int32_t lac; member 189 int32_t lac; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 96 int32_t lac; member 121 int32_t lac; member 189 int32_t lac; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 96 int32_t lac; member 121 int32_t lac; member 189 int32_t lac; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 97 int32_t lac; member 122 int32_t lac; member 190 int32_t lac; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 97 int32_t lac; member 122 int32_t lac; member 190 int32_t lac; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 75 int32_t lac; member 152 int32_t lac; member 172 int32_t lac; member
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 96 LOGI(" lac %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.lac); in logChreWwanInfo() 117 LOGI(" lac %" PRId32, cell->CellInfo.wcdma.cellIdentityWcdma.lac); in logChreWwanInfo()
|
/system/chre/platform/linux/ |
D | pal_wwan.cc | 44 cell->CellInfo.gsm.cellIdentityGsm.lac = INT32_MAX; in sendCellInfoResult()
|
/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 66 .lac = 789, 137 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.lac, in compareCellInfo() 138 chre->CellInfo.wcdma.cellIdentityWcdma.lac); in compareCellInfo()
|