HomeSort by relevance Sort by last modified time
    Searched refs:hidl_fates (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/wifi/1.1/default/
hidl_struct_util.h 98 std::vector<WifiDebugTxPacketFateReport>* hidl_fates);
101 std::vector<WifiDebugRxPacketFateReport>* hidl_fates);
wifi_sta_iface.cpp 601 std::vector<WifiDebugTxPacketFateReport> hidl_fates; local
603 legacy_fates, &hidl_fates)) {
606 return {createWifiStatus(WifiStatusCode::SUCCESS), hidl_fates};
617 std::vector<WifiDebugRxPacketFateReport> hidl_fates; local
619 legacy_fates, &hidl_fates)) {
622 return {createWifiStatus(WifiStatusCode::SUCCESS), hidl_fates};
hidl_struct_util.cpp 674 std::vector<WifiDebugTxPacketFateReport>* hidl_fates) {
675 if (!hidl_fates) {
678 *hidl_fates = {};
684 hidl_fates->push_back(hidl_fate);
703 std::vector<WifiDebugRxPacketFateReport>* hidl_fates) {
704 if (!hidl_fates) {
707 *hidl_fates = {};
713 hidl_fates->push_back(hidl_fate);
    [all...]

Completed in 156 milliseconds