Home
last modified time | relevance | path

Searched refs:cellInfoCount (Results 1 – 21 of 21) 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()
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/
Dpal_wwan.cc56 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/
Dwwan_cell_info_test.cc156 } else if (result->cellInfoCount != 0) { in validateCellInfoResult()
157 validateCellInfo(result->cellInfoCount, result->cells); in validateCellInfoResult()
/system/chre/chpp/clients/
Dwwan.c371 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/
Dwwan_world.cc145 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/
Dwwan.h398 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_3/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/chre_api/legacy/v1_6/chre/
Dwwan.h498 uint8_t cellInfoCount; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h501 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_8/chre/
Dwwan.h498 uint8_t cellInfoCount; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h215 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_7/chre/
Dwwan.h498 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_9/chre/
Dwwan.h501 uint8_t cellInfoCount; member
/system/chre/chre_api/legacy/v1_5/chre/
Dwwan.h498 uint8_t cellInfoCount; member
/system/chre/apps/test/common/chre_stress_test/src/
Dchre_stress_test_manager.cc530 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/
Dchre_settings_test_manager.cc520 result->cellInfoCount > 0) { in handleWwanCellInfoResult()
522 result->cellInfoCount); in handleWwanCellInfoResult()
/system/chre/api_parser/
DREADME.md118 // given by another field in the same structure called cellInfoCount
122 "length_field": "cellInfoCount"