Home
last modified time | relevance | path

Searched refs:cellInfoCount (Results 1 – 16 of 16) sorted by relevance

/system/chre/chpp/test/
Dwwan_convert_test.cpp81 .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/
Dplatform_wwan.c48 if (result->cellInfoCount > 0) { in wwanPalRequestCellInfo()
49 result->cells = gSystemApi->memoryAlloc(result->cellInfoCount * in wwanPalRequestCellInfo()
/system/chre/chpp/common/
Dwwan_convert.c41 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()
/system/chre/platform/linux/
Dpal_wwan.cc52 result->cellInfoCount = 1; in sendCellInfoResult()
78 for (uint8_t i = 0; i < result->cellInfoCount; i++) { in chrePalWwanReleaseCellInfoResult()
/system/chre/apps/test/chqts/src/general_test/
Dwwan_cell_info_test.cc151 } else if (result->cellInfoCount != 0) { in validateCellInfoResult()
152 validateCellInfo(result->cellInfoCount, result->cells); in validateCellInfoResult()
/system/chre/chpp/clients/
Dwwan.c373 chre->cellInfoCount = 0; in chppWwanGetCellInfoAsyncResult()
383 for (uint8_t i = 0; i < chre->cellInfoCount; i++) { in chppWwanGetCellInfoAsyncResult()
521 if (result->cellInfoCount > 0) { in chppWwanClientReleaseCellInfoResult()
/system/chre/apps/wwan_world/
Dwwan_world.cc145 result->cellInfoCount, result->version); in handleCellInfoResult()
147 for (uint8_t i = 0; i < result->cellInfoCount; i++) { in handleCellInfoResult()
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc328 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()
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h398 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h398 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h398 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h498 uint8_t cellInfoCount; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h215 uint8_t cellInfoCount; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h498 uint8_t cellInfoCount; member
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc483 result->cellInfoCount > 0) { in handleWwanCellInfoResult()
485 result->cellInfoCount); in handleWwanCellInfoResult()
/system/chre/chpp/api_parser/
DREADME.md118 // given by another field in the same structure called cellInfoCount
122 "length_field": "cellInfoCount"