Searched refs:rx_report_bufs (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/wifi/wifi_hal/ |
D | wifi_hal.cpp | 338 wifi_rx_report *rx_report_bufs, in wifi_get_rx_pkt_fates() argument 345 return asInterface(handle)->getRxPacketFates(rx_report_bufs, in wifi_get_rx_pkt_fates()
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_logger.cpp | 935 PacketFateCommand(wifi_interface_handle handle, wifi_rx_report *rx_report_bufs, in PacketFateCommand() argument 937 : WifiCommand("PacketFateCommand", handle, 0), mReportBufs(rx_report_bufs), in PacketFateCommand() 1100 wifi_rx_report *rx_report_bufs, size_t n_requested_fates, in wifi_get_rx_pkt_fates() argument 1103 PacketFateCommand *cmd = new PacketFateCommand(handle, rx_report_bufs, in wifi_get_rx_pkt_fates()
|