Home
last modified time | relevance | path

Searched refs:mInfo (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/wifi/wifi_hal/
Dhalstate.cpp30 if (mInfo) { in init()
40 mInfo = std::move(info); in init()
60 mInfo.reset(); in stop()
72 mInfo->stop(std::bind(&HalState::onStop, this, stopHandler)); in stop()
82 if (mState != State::Initialized || !mInfo) { in eventLoop()
87 mInfo->eventLoop(); in eventLoop()
92 return mInfo.get(); in info()
97 mInfo.reset(); in onStop()
Dhalstate.h55 std::unique_ptr<Info> mInfo; variable
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h234 hal_info *mInfo; variable
245 mInfo = getHalInfo(handle); in WifiCommand()
254 mInfo = getHalInfo(iface); in WifiCommand()
302 return getWifiHandle(mInfo); in wifiHandle()
310 return mInfo->nl80211_family_id; in familyId()
Dcpp_bindings.cpp616 err = nl_send_auto_complete(mInfo->cmd_sock, request.getMessage()); /* send message */ in requestResponse()
629 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
654 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestEvent()
679 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestVendorEvent()
Dwifi_hal.cpp608 int nlctrlFamily = genl_ctrl_resolve(mInfo->cmd_sock, "nlctrl"); in create()