Searched refs:compareCellInfo (Results 1 – 1 of 1) sorted by relevance
/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 91 void compareCellInfo(const chreWwanCellInfo *chre, in compareCellInfo() function 269 compareCellInfo(&kChreCells[0], chppCell); in TEST() 305 compareCellInfo(&kChreCells[0], chppCell); in TEST() 306 compareCellInfo(&chre->cells[0], chppCell); in TEST() 334 compareCellInfo(&kChreCells[0], &chppCells[0]); in TEST() 335 compareCellInfo(&kChreCells[1], &chppCells[1]); in TEST() 381 compareCellInfo(&kChreCells[0], &chppCells[0]); in TEST() 382 compareCellInfo(&chre->cells[0], &chppCells[0]); in TEST() 385 compareCellInfo(&kChreCells[1], &chppCells[1]); in TEST() 386 compareCellInfo(&chre->cells[1], &chppCells[1]); in TEST()
|