Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.0/default/
Dwifi_nan_iface.cpp124 NanCapabilities hidl_struct; in WifiNanIface() local
126 msg.body.nan_capabilities, &hidl_struct)) { in WifiNanIface()
132 hidl_struct).isOk()) { in WifiNanIface()
200 NanClusterEventInd hidl_struct; in WifiNanIface() local
202 hidl_struct.eventType = (NanClusterEventType) msg.event_type; in WifiNanIface()
203 hidl_struct.addr = msg.data.mac_addr.addr; in WifiNanIface()
206 if (!callback->eventClusterEvent(hidl_struct).isOk()) { in WifiNanIface()
273 NanMatchInd hidl_struct; in WifiNanIface() local
275 msg, &hidl_struct)) { in WifiNanIface()
281 if (!callback->eventMatch(hidl_struct).isOk()) { in WifiNanIface()
[all …]