Searched refs:ChppWwanCellInfo (Results 1 – 3 of 3) sorted by relevance
92 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 …]
41 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()
201 struct ChppWwanCellInfo { struct