Home
last modified time | relevance | path

Searched refs:ChppWwanCellInfo (Results 1 – 3 of 3) sorted by relevance

/system/chre/chpp/test/
Dwwan_convert_test.cpp92 const ChppWwanCellInfo *chppIn) { in compareCellInfo()
94 ChppWwanCellInfo chppLocal; in compareCellInfo()
95 memcpy(&chppLocal, chppIn, sizeof(ChppWwanCellInfo)); in compareCellInfo()
96 const ChppWwanCellInfo *chpp = &chppLocal; in compareCellInfo()
258 sizeof(ChppWwanCellInfo)); in TEST()
264 EXPECT_EQ(chpp->cells.length, sizeof(ChppWwanCellInfo)); in TEST()
266 ChppWwanCellInfo *chppCell = in TEST()
267 (ChppWwanCellInfo *)((uint8_t *)chpp + chpp->cells.offset); in TEST()
283 ChppWwanCellInfo *chppCell = in TEST()
284 (ChppWwanCellInfo *)((uint8_t *)chpp + chpp->cells.offset); in TEST()
[all …]
/system/chre/chpp/common/
Dwwan_convert.c41 cellInfoResult->cellInfoCount * sizeof(struct ChppWwanCellInfo); in chppWwanSizeOfCellInfoResultFromChre()
223 struct ChppWwanCellInfo *out) { in chppWwanConvertCellInfoFromChre()
266 struct ChppWwanCellInfo *cells = in chppWwanConvertCellInfoResultFromChre()
267 (struct ChppWwanCellInfo *)&payload[*vlaOffset]; in chppWwanConvertCellInfoResultFromChre()
268 out->cells.length = in->cellInfoCount * sizeof(struct ChppWwanCellInfo); in chppWwanConvertCellInfoResultFromChre()
543 static bool chppWwanConvertCellInfoToChre(const struct ChppWwanCellInfo *in, in chppWwanConvertCellInfoToChre()
609 in->cellInfoCount * sizeof(struct ChppWwanCellInfo)) { in chppWwanConvertCellInfoResultToChre()
613 const struct ChppWwanCellInfo *cellsIn = (const struct ChppWwanCellInfo *)&( in chppWwanConvertCellInfoResultToChre()
/system/chre/chpp/include/chpp/common/
Dwwan_types.h201 struct ChppWwanCellInfo { struct