Searched refs:reqId (Results 1 – 2 of 2) sorted by relevance
412 wifi_request_id reqId; in handleEvent() local428 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() local817 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 …]
95 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext() argument97 mRequestId = reqId; in initGetContext()