Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp512 for (unsigned int i = 0; it.has_next() && i < *mNumRings; it.next()) { in handleResponse()
737 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
862 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
893 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1017 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1392 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1610 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1691 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1914 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
Drtt.cpp549 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
556 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleEvent()
Dgscan.cpp320 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
914 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
920 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleResponse()
Dwifi_hal.cpp1322 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1336 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1460 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h116 bool has_next() { in has_next() function