Searched refs:chreWwanGetCellInfoAsync (Results 1 – 13 of 13) sorted by relevance
37 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync() function
237 ADD_EXPORTED_C_SYMBOL(chreWwanGetCellInfoAsync),
560 bool chreWwanGetCellInfoAsync(const void *cookie);581 #define chreWwanGetCellInfoAsync(...) \ macro
104 if (chreWwanGetCellInfoAsync(nullptr /* cookie */)) { in checkWwanApis()
445 bool chreWwanGetCellInfoAsync(const void *cookie);
42 } else if (!chreWwanGetCellInfoAsync(&mTimerHandle)) { in setUp()
549 bool chreWwanGetCellInfoAsync(const void *cookie);
49 if (chreWwanGetCellInfoAsync(&kCellInfoCookie)) { in handleTimerEvent()
190 bool success = chreWwanGetCellInfoAsync(nullptr /* cookie */); in cellTimerCallback()
531 bool success = chreWwanGetCellInfoAsync(&kWwanCellInfoCookie); in makeWwanCellInfoRequest()
323 success = chreWwanGetCellInfoAsync(&kWwanCellInfoCookie); in startTestForFeature()