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.cpp99 mPnoNetworkFoundNumResults = 0; in GScanCommandEventHandler()
1800 sizeOfObtainedResults = mPnoNetworkFoundNumResults * in handleEvent()
1803 mPnoNetworkFoundNumResults += numResults; in handleEvent()
1804 resultsBufSize += mPnoNetworkFoundNumResults * in handleEvent()
1829 mPnoNetworkFoundNumResults); in handleEvent()
1851 startingIndex = mPnoNetworkFoundNumResults - numResults; in handleEvent()
1864 mPnoNetworkFoundNumResults, in handleEvent()
1872 mPnoNetworkFoundNumResults = 0; in handleEvent()
1994 mPnoNetworkFoundNumResults = 0; in handleEvent()
Dgscan_event_handler.h52 u32 mPnoNetworkFoundNumResults; variable