Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp95 mPnoNetworkFoundNumResults = 0; in GScanCommandEventHandler()
1793 sizeOfObtainedResults = mPnoNetworkFoundNumResults * in handleEvent()
1796 mPnoNetworkFoundNumResults += numResults; in handleEvent()
1797 resultsBufSize += mPnoNetworkFoundNumResults * in handleEvent()
1822 mPnoNetworkFoundNumResults); in handleEvent()
1844 startingIndex = mPnoNetworkFoundNumResults - numResults; in handleEvent()
1857 mPnoNetworkFoundNumResults, in handleEvent()
1865 mPnoNetworkFoundNumResults = 0; in handleEvent()
1987 mPnoNetworkFoundNumResults = 0; in handleEvent()
Dgscan_event_handler.h52 u32 mPnoNetworkFoundNumResults; variable