Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp412 wifi_request_id reqId; in handleEvent() local
428 reqId = nla_get_u32( in handleEvent()
432 if (reqId != mRequestId) { in handleEvent()
434 __func__, reqId, mRequestId); in handleEvent()
639 (*mHandler.on_full_scan_result)(reqId, result); in handleEvent()
800 wifi_request_id reqId; in handleEvent() local
817 reqId = nla_get_u32( in handleEvent()
821 if (reqId != mRequestId) { in handleEvent()
823 __func__, reqId, mRequestId); in handleEvent()
948 (*mHandler.on_significant_change)(reqId, in handleEvent()
[all …]
Dllstats.cpp95 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext() argument
97 mRequestId = reqId; in initGetContext()