Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dwwan_convert_test.cpp161 size_t inputSize) { in testMalformedCellInfoResultDecoding() argument
164 inputSize--; in testMalformedCellInfoResultDecoding()
165 chreMalformed = chppWwanCellInfoResultToChre(chpp, inputSize); in testMalformedCellInfoResultDecoding()
167 inputSize++; in testMalformedCellInfoResultDecoding()
170 chreMalformed = chppWwanCellInfoResultToChre(chpp, inputSize); in testMalformedCellInfoResultDecoding()
175 chreMalformed = chppWwanCellInfoResultToChre(chpp, inputSize); in testMalformedCellInfoResultDecoding()
180 chreMalformed = chppWwanCellInfoResultToChre(chpp, inputSize); in testMalformedCellInfoResultDecoding()
185 chreMalformed = chppWwanCellInfoResultToChre(chpp, inputSize); in testMalformedCellInfoResultDecoding()
290 size_t inputSize = outputSize - sizeof(struct ChppAppHeader); in TEST() local
292 chreWwanCellInfoResult *chre = chppWwanCellInfoResultToChre(chpp, inputSize); in TEST()
[all …]