Searched refs:reqId (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | rssi_monitor.cpp | 190 wifi_request_id reqId; in handleEvent() local 207 reqId = nla_get_u32( in handleEvent() 213 if (reqId != id()) { in handleEvent() 215 __FUNCTION__, reqId, id()); in handleEvent() 216 reqId = id(); in handleEvent() 237 (*mHandler.on_rssi_threshold_breached)(reqId, addr, rssi); in handleEvent()
|
D | gscan_event_handler.cpp | 975 wifi_request_id reqId; in handleEvent() local 991 reqId = nla_get_u32( in handleEvent() 997 if (reqId != mRequestId) { in handleEvent() 1000 __FUNCTION__, reqId, mRequestId); in handleEvent() 1002 reqId = mRequestId; in handleEvent() 1219 (*mHandler.on_full_scan_result)(reqId, result, buckets_scanned); in handleEvent() 1467 wifi_request_id reqId; in handleEvent() local 1481 reqId = nla_get_u32( in handleEvent() 1485 if (reqId != mRequestId) { in handleEvent() 1487 __FUNCTION__, reqId, mRequestId); in handleEvent() [all …]
|
D | llstats.cpp | 90 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext() argument 92 mRequestId = reqId; in initGetContext()
|