Searched refs:cellInfoCount (Results 1 – 16 of 16) sorted by relevance
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 …]
48 if (result->cellInfoCount > 0) { in wwanPalRequestCellInfo()49 result->cells = gSystemApi->memoryAlloc(result->cellInfoCount * in wwanPalRequestCellInfo()
41 cellInfoResult->cellInfoCount * sizeof(struct ChppWwanCellInfo); in chppWwanSizeOfCellInfoResultFromChre()262 out->cellInfoCount = in->cellInfoCount; in chppWwanConvertCellInfoResultFromChre()268 out->cells.length = in->cellInfoCount * sizeof(struct ChppWwanCellInfo); in chppWwanConvertCellInfoResultFromChre()271 for (size_t i = 0; i < in->cellInfoCount; i++) { in chppWwanConvertCellInfoResultFromChre()600 out->cellInfoCount = in->cellInfoCount; in chppWwanConvertCellInfoResultToChre()609 in->cellInfoCount * sizeof(struct ChppWwanCellInfo)) { in chppWwanConvertCellInfoResultToChre()617 chppMalloc(in->cellInfoCount * sizeof(struct chreWwanCellInfo)); in chppWwanConvertCellInfoResultToChre()622 for (size_t i = 0; i < in->cellInfoCount; i++) { in chppWwanConvertCellInfoResultToChre()
52 result->cellInfoCount = 1; in sendCellInfoResult()78 for (uint8_t i = 0; i < result->cellInfoCount; i++) { in chrePalWwanReleaseCellInfoResult()
151 } else if (result->cellInfoCount != 0) { in validateCellInfoResult()152 validateCellInfo(result->cellInfoCount, result->cells); in validateCellInfoResult()
373 chre->cellInfoCount = 0; in chppWwanGetCellInfoAsyncResult()383 for (uint8_t i = 0; i < chre->cellInfoCount; i++) { in chppWwanGetCellInfoAsyncResult()521 if (result->cellInfoCount > 0) { in chppWwanClientReleaseCellInfoResult()
145 result->cellInfoCount, result->version); in handleCellInfoResult()147 for (uint8_t i = 0; i < result->cellInfoCount; i++) { in handleCellInfoResult()
328 LOGI("Received %" PRIu8 " cell info results", event->cellInfoCount); in handleCellInfoResult()334 } else if (event->cellInfoCount > 0) { in handleCellInfoResult()336 for (uint8_t i = 0; i < event->cellInfoCount; i++) { in handleCellInfoResult()
398 uint8_t cellInfoCount; member
498 uint8_t cellInfoCount; member
215 uint8_t cellInfoCount; member
483 result->cellInfoCount > 0) { in handleWwanCellInfoResult()485 result->cellInfoCount); in handleWwanCellInfoResult()
118 // given by another field in the same structure called cellInfoCount122 "length_field": "cellInfoCount"