Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp837 int mMax; member in GetScanResultsCommand
845 : WifiCommand("GetScanResultsCommand", iface, -1), mScans(results), mMax(max), mNum(num), in GetScanResultsCommand()
872 ALOGV("retrieving %d scan results", mMax); in execute()
874 for (int i = 0; i < 10 && mRetrieved < mMax; i++) { in execute()
875 int num_to_retrieve = mMax - mRetrieved; in execute()
953 if (mRetrieved >= mMax) { in handleResponse()