Home
last modified time | relevance | path

Searched refs:mRequestId (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp42 return mRequestId; in get_request_id()
53 mRequestId = id; in GScanCommandEventHandler()
432 if (reqId != mRequestId) { in handleEvent()
434 __func__, reqId, mRequestId); in handleEvent()
666 if (id != mRequestId) { in handleEvent()
668 __func__, id, mRequestId); in handleEvent()
706 if (id != mRequestId) { in handleEvent()
708 __func__, id, mRequestId); in handleEvent()
821 if (reqId != mRequestId) { in handleEvent()
823 __func__, reqId, mRequestId); in handleEvent()
[all …]
Dgscan_event_handler.h41 int mRequestId; variable
Dllstatscommand.h94 wifi_request_id mRequestId; variable
Dgscancommand.h138 int mRequestId; variable
Dgscan.cpp1239 mRequestId = id; in GScanCommand()
1805 __func__, id, mRequestId); in handleEvent()
1807 if (id != mRequestId) { in handleEvent()
1809 __func__, id, mRequestId); in handleEvent()
Dllstats.cpp97 mRequestId = reqId; in initGetContext()
491 mHandler.on_link_stats_results(mRequestId, in handleEvent()