Searched refs:mRequestId (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 42 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 …]
|
D | gscan_event_handler.h | 41 int mRequestId; variable
|
D | llstatscommand.h | 94 wifi_request_id mRequestId; variable
|
D | gscancommand.h | 138 int mRequestId; variable
|
D | gscan.cpp | 1239 mRequestId = id; in GScanCommand() 1805 __func__, id, mRequestId); in handleEvent() 1807 if (id != mRequestId) { in handleEvent() 1809 __func__, id, mRequestId); in handleEvent()
|
D | llstats.cpp | 97 mRequestId = reqId; in initGetContext() 491 mHandler.on_link_stats_results(mRequestId, in handleEvent()
|