Home
last modified time | relevance | path

Searched refs:chppWwanCellInfoResultFromChre (Results 1 – 4 of 4) sorted by relevance

/system/chre/chpp/test/
Dwwan_convert_test.cpp203 chppWwanCellInfoResultFromChre(&chreResult, &chppWithHeader, &outputSize); in TEST()
253 bool result = chppWwanCellInfoResultFromChre(&kChreResultOneCell, in TEST()
277 bool result = chppWwanCellInfoResultFromChre(&kChreResultOneCell, in TEST()
317 bool result = chppWwanCellInfoResultFromChre(&kChreResultTwoCell, in TEST()
353 bool result = chppWwanCellInfoResultFromChre(&kChreResultTwoCell, in TEST()
/system/chre/chpp/include/chpp/common/
Dwwan_types.h245 bool chppWwanCellInfoResultFromChre(
/system/chre/chpp/services/
Dwwan.c376 if (!chppWwanCellInfoResultFromChre(result, &response, &responseLen)) { in chppWwanServiceCellInfoResultCallback()
/system/chre/chpp/common/
Dwwan_convert.c284 bool chppWwanCellInfoResultFromChre( in chppWwanCellInfoResultFromChre() function