Searched refs:chreWwanCellInfo (Results 1 – 18 of 18) sorted by relevance
42 auto cell = chre::MakeUniqueZeroFill<struct chreWwanCellInfo>(); in sendCellInfoResult()82 chre::memoryFree(const_cast<struct chreWwanCellInfo *>(&result->cells[i])); in chrePalWwanReleaseCellInfoResult()
348 struct chreWwanCellInfo { struct408 const struct chreWwanCellInfo *cells;
40 const struct chreWwanCellInfo *cells) const;
94 uint8_t count, const struct chreWwanCellInfo *cells) const { in validateCellInfo()
450 struct chreWwanCellInfo { struct508 const struct chreWwanCellInfo *cells;
453 struct chreWwanCellInfo { struct511 const struct chreWwanCellInfo *cells;
50 sizeof(struct chreWwanCellInfo)); in wwanPalRequestCellInfo()
222 static void chppWwanConvertCellInfoFromChre(const struct chreWwanCellInfo *in, in chppWwanConvertCellInfoFromChre()545 struct chreWwanCellInfo *out) { in chppWwanConvertCellInfoToChre()617 struct chreWwanCellInfo *cellsOut = in chppWwanConvertCellInfoResultToChre()618 chppMalloc(in->cellInfoCount * sizeof(struct chreWwanCellInfo)); in chppWwanConvertCellInfoResultToChre()
28 const chreWwanCellInfo kChreCells[] = {91 void compareCellInfo(const chreWwanCellInfo *chre, in compareCellInfo()341 size_t sizePastEnd = sizeof(chreWwanCellInfo::chreWwanCellInfoPerRat) - in TEST()
86 void logChreWwanInfo(const chreWwanCellInfo *cell) { in logChreWwanInfo()
127 "name": "chreWwanCellInfo",