Searched refs:mNumRadios (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | llstats.cpp | 56 mNumRadios = 0; in LLStatsCommand() 867 if (mNumRadios > mNumRadiosAllocated) { in notifyResponse() 869 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in notifyResponse() 870 mNumRadios = mNumRadiosAllocated; in notifyResponse() 873 mResultsParams.iface_stat, mNumRadios, in notifyResponse() 890 if (mNumRadios > mNumRadiosAllocated) { in clearStats() 892 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in clearStats() 893 mNumRadios = mNumRadiosAllocated; in clearStats() 895 for (u8 radio = 0; radio < mNumRadios; radio++) { in clearStats() 907 mNumRadios = 0; in clearStats() [all …]
|
D | llstatscommand.h | 88 u8 mNumRadios; variable
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | llstats.cpp | 61 mNumRadios = 0; in LLStatsCommand() 882 if (mNumRadios > mNumRadiosAllocated) { in notifyResponse() 884 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in notifyResponse() 885 mNumRadios = mNumRadiosAllocated; in notifyResponse() 888 mResultsParams.iface_stat, mNumRadios, in notifyResponse() 906 if (mNumRadios > mNumRadiosAllocated) { in clearStats() 908 __FUNCTION__, mNumRadios, mNumRadiosAllocated); in clearStats() 909 mNumRadios = mNumRadiosAllocated; in clearStats() 911 for (u8 radio = 0; radio < mNumRadios; radio++) { in clearStats() 923 mNumRadios = 0; in clearStats() [all …]
|
D | llstatscommand.h | 88 u8 mNumRadios; variable
|