Home
last modified time | relevance | path

Searched refs:mIndex (Results 1 – 4 of 4) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dwifi_offload.cpp71 u8 mIndex; member in MKeepAliveCommand
84 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mIpPkt(ip_packet), in MKeepAliveCommand()
91 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
108 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex); in createRequest()
158 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex); in createRequest()
/device/generic/goldfish/dhcp/client/
Dinterface.h34 unsigned int getIndex() const { return mIndex; } in getIndex()
53 unsigned int mIndex; variable
Dinterface.cpp128 request.msg.ifa_index = mIndex; in setAddress()
188 mIndex = request.ifr_ifindex; in populateIndex()
/device/generic/goldfish-opengl/system/hwc3/
DComposerClient.cpp44 : mIndex(0), mResults(results) {} in CommandResultWriter()
46 void nextCommand() { ++mIndex; } in nextCommand()
50 commandErrorResult.commandIndex = mIndex; in addError()
96 int32_t mIndex = 0; member in aidl::android::hardware::graphics::composer3::impl::ComposerClient::CommandResultWriter