Searched refs:mSignificantChangeResults (Results 1 – 2 of 2) sorted by relevance
85 mSignificantChangeResults = NULL; in GScanCommandEventHandler()1596 mSignificantChangeResults = in handleEvent()1598 realloc (mSignificantChangeResults, in handleEvent()1602 mSignificantChangeResults = in handleEvent()1608 if (!mSignificantChangeResults) { in handleEvent()1615 memset((u8 *)mSignificantChangeResults + sizeOfObtainedResults, 0, in handleEvent()1649 mSignificantChangeResults[index] = in handleEvent()1652 if (!mSignificantChangeResults[index]) { in handleEvent()1659 memset((u8 *)mSignificantChangeResults[index], in handleEvent()1671 mSignificantChangeResults, in handleEvent()[all …]
40 wifi_significant_change_result **mSignificantChangeResults; variable