Searched refs:mSignificantChangeResults (Results 1 – 2 of 2) sorted by relevance
85 mSignificantChangeResults = NULL; in GScanCommandEventHandler()1511 mSignificantChangeResults = in handleEvent()1513 realloc (mSignificantChangeResults, in handleEvent()1517 mSignificantChangeResults = in handleEvent()1523 if (!mSignificantChangeResults) { in handleEvent()1530 memset((u8 *)mSignificantChangeResults + sizeOfObtainedResults, 0, in handleEvent()1564 mSignificantChangeResults[index] = in handleEvent()1567 if (!mSignificantChangeResults[index]) { in handleEvent()1574 memset((u8 *)mSignificantChangeResults[index], in handleEvent()1586 mSignificantChangeResults, in handleEvent()[all …]
40 wifi_significant_change_result **mSignificantChangeResults; variable