Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstatscommand.h89 u8 mNumRadiosAllocated; variable
Dllstats.cpp57 mNumRadiosAllocated = 0; in LLStatsCommand()
867 if (mNumRadios > mNumRadiosAllocated) { in notifyResponse()
869 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in notifyResponse()
870 mNumRadios = mNumRadiosAllocated; in notifyResponse()
890 if (mNumRadios > mNumRadiosAllocated) { in clearStats()
892 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in clearStats()
893 mNumRadios = mNumRadiosAllocated; in clearStats()
908 mNumRadiosAllocated = 0; in clearStats()
993 mNumRadiosAllocated ++; in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstatscommand.h89 u8 mNumRadiosAllocated; variable
Dllstats.cpp62 mNumRadiosAllocated = 0; in LLStatsCommand()
882 if (mNumRadios > mNumRadiosAllocated) { in notifyResponse()
884 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in notifyResponse()
885 mNumRadios = mNumRadiosAllocated; in notifyResponse()
906 if (mNumRadios > mNumRadiosAllocated) { in clearStats()
908 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in clearStats()
909 mNumRadios = mNumRadiosAllocated; in clearStats()
924 mNumRadiosAllocated = 0; in clearStats()
1009 mNumRadiosAllocated ++; in handleResponse()