Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp325 wifi_tx_report *tx_report_bufs, in wifi_get_tx_pkt_fates() argument
332 return asInterface(handle)->getTxPacketFates(tx_report_bufs, in wifi_get_tx_pkt_fates()
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_logger.cpp928 PacketFateCommand(wifi_interface_handle handle, wifi_tx_report *tx_report_bufs, in PacketFateCommand() argument
930 : WifiCommand("PacketFateCommand", handle, 0), mReportBufs(tx_report_bufs), in PacketFateCommand()
1088 wifi_tx_report *tx_report_bufs, size_t n_requested_fates, in wifi_get_tx_pkt_fates() argument
1091 PacketFateCommand *cmd = new PacketFateCommand(handle, tx_report_bufs, in wifi_get_tx_pkt_fates()