/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 81 .cellInfoCount = 1, 86 .cellInfoCount = 2, 179 chpp->cellInfoCount++; in testMalformedCellInfoResultDecoding() 182 chpp->cellInfoCount--; in testMalformedCellInfoResultDecoding() 184 chpp->cellInfoCount--; in testMalformedCellInfoResultDecoding() 187 chpp->cellInfoCount++; in testMalformedCellInfoResultDecoding() 194 .cellInfoCount = 0, in TEST() 211 EXPECT_EQ(chpp->cellInfoCount, chreResult.cellInfoCount); in TEST() 224 .cellInfoCount = 0, in TEST() 238 EXPECT_EQ(chre->cellInfoCount, chpp.cellInfoCount); in TEST() [all …]
|
/system/chre/chpp/platform/linux/services/ |
D | platform_wwan.c | 48 if (result->cellInfoCount > 0) { in wwanPalRequestCellInfo() 49 result->cells = gSystemApi->memoryAlloc(result->cellInfoCount * in wwanPalRequestCellInfo()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 41 cellInfoResult->cellInfoCount * sizeof(struct ChppWwanCellInfo); in chppWwanSizeOfCellInfoResultFromChre() 262 out->cellInfoCount = in->cellInfoCount; in chppWwanConvertCellInfoResultFromChre() 269 (uint16_t)(in->cellInfoCount * sizeof(struct ChppWwanCellInfo)); in chppWwanConvertCellInfoResultFromChre() 272 for (size_t i = 0; i < in->cellInfoCount; i++) { in chppWwanConvertCellInfoResultFromChre() 601 out->cellInfoCount = in->cellInfoCount; in chppWwanConvertCellInfoResultToChre() 610 in->cellInfoCount * sizeof(struct ChppWwanCellInfo)) { in chppWwanConvertCellInfoResultToChre() 618 chppMalloc(in->cellInfoCount * sizeof(struct chreWwanCellInfo)); in chppWwanConvertCellInfoResultToChre() 623 for (size_t i = 0; i < in->cellInfoCount; i++) { in chppWwanConvertCellInfoResultToChre()
|
/system/chre/platform/linux/ |
D | pal_wwan.cc | 56 result->cellInfoCount = 1; in sendCellInfoResult() 81 for (uint8_t i = 0; i < result->cellInfoCount; i++) { in chrePalWwanReleaseCellInfoResult()
|
/system/chre/apps/test/chqts/src/general_test/ |
D | wwan_cell_info_test.cc | 156 } else if (result->cellInfoCount != 0) { in validateCellInfoResult() 157 validateCellInfo(result->cellInfoCount, result->cells); in validateCellInfoResult()
|
/system/chre/chpp/clients/ |
D | wwan.c | 371 chre->cellInfoCount = 0; in chppWwanGetCellInfoAsyncResult() 381 for (uint8_t i = 0; i < chre->cellInfoCount; i++) { in chppWwanGetCellInfoAsyncResult() 521 if (result->cellInfoCount > 0) { in chppWwanClientReleaseCellInfoResult()
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 145 result->cellInfoCount, result->version); in handleCellInfoResult() 147 for (uint8_t i = 0; i < result->cellInfoCount; i++) { in handleCellInfoResult()
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 398 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 398 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 398 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 498 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | wwan.h | 498 uint8_t cellInfoCount; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 501 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_8/chre/ |
D | wwan.h | 498 uint8_t cellInfoCount; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 215 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | wwan.h | 498 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_9/chre/ |
D | wwan.h | 501 uint8_t cellInfoCount; member
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | wwan.h | 498 uint8_t cellInfoCount; member
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 530 LOGI("Received %" PRIu8 " cell info results", event->cellInfoCount); in handleCellInfoResult() 536 } else if (event->cellInfoCount > 0) { in handleCellInfoResult() 538 for (uint8_t i = 0; i < event->cellInfoCount; i++) { in handleCellInfoResult()
|
/system/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 520 result->cellInfoCount > 0) { in handleWwanCellInfoResult() 522 result->cellInfoCount); in handleWwanCellInfoResult()
|
/system/chre/api_parser/ |
D | README.md | 118 // given by another field in the same structure called cellInfoCount 122 "length_field": "cellInfoCount"
|