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

  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_sta_iface_hidl_test.cpp 55 HIDL_INVOKE(wifi_sta_iface_, getCapabilities);
77 const auto& status_and_caps = HIDL_INVOKE(wifi_sta_iface_, getCapabilities);
87 const auto& status_and_type = HIDL_INVOKE(wifi_sta_iface_, getType);
103 HIDL_INVOKE(wifi_sta_iface_, getApfPacketFilterCapabilities);
119 HIDL_INVOKE(wifi_sta_iface_, getBackgroundScanCapabilities);
128 const auto& status_and_freqs = HIDL_INVOKE(
148 HIDL_INVOKE(wifi_sta_iface_, enableLinkLayerStatsCollection, true)
152 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats).first.code);
156 HIDL_INVOKE(wifi_sta_iface_, disableLinkLayerStatsCollection).code);
178 HIDL_INVOKE(wifi_sta_iface_, startRssiMonitoring, kCmd, kMaxRssi
    [all...]
wifi_ap_iface_hidl_test.cpp 63 const auto& status_and_type = HIDL_INVOKE(wifi_ap_iface_, getType);
77 HIDL_INVOKE(wifi_ap_iface_, setCountryCode, kCountryCode).code);
85 const auto& status_and_freqs = HIDL_INVOKE(
wifi_hidl_test_utils.cpp 66 const auto& status_and_modes = HIDL_INVOKE(wifi_chip, getAvailableModes);
74 if (HIDL_INVOKE(wifi_chip, configureChip, *configured_mode_id).code !=
99 auto status = HIDL_INVOKE(wifi, start);
104 status = HIDL_INVOKE(wifi, start);
109 const auto& status_and_chip_ids = HIDL_INVOKE(wifi, getChipIds);
115 const auto& status_and_chip = HIDL_INVOKE(wifi, getChip, chip_ids[0]);
130 const auto& status_and_iface = HIDL_INVOKE(wifi_chip, createApIface);
145 const auto& status_and_iface = HIDL_INVOKE(wifi_chip, createNanIface);
160 const auto& status_and_iface = HIDL_INVOKE(wifi_chip, createP2pIface);
175 const auto& status_and_iface = HIDL_INVOKE(wifi_chip, createStaIface)
    [all...]
wifi_chip_hidl_test.cpp 90 const auto& status_and_caps = HIDL_INVOKE(wifi_chip_, getCapabilities);
96 const auto& status_and_name = HIDL_INVOKE(iface, getName);
102 const auto& status_and_iface = HIDL_INVOKE(wifi_chip_, createApIface);
108 return HIDL_INVOKE(wifi_chip_, removeApIface, name).code;
112 const auto& status_and_iface = HIDL_INVOKE(wifi_chip_, createNanIface);
118 return HIDL_INVOKE(wifi_chip_, removeNanIface, name).code;
122 const auto& status_and_iface = HIDL_INVOKE(wifi_chip_, createP2pIface);
128 return HIDL_INVOKE(wifi_chip_, removeP2pIface, name).code;
132 const auto& status_and_iface = HIDL_INVOKE(wifi_chip_, createStaIface);
138 return HIDL_INVOKE(wifi_chip_, removeStaIface, name).code
    [all...]
wifi_hidl_call_util_selftest.cpp 30 * Used to verify that, within the internals of HIDL_INVOKE,
96 * Verifies that HIDL_INVOKE can be used with methods that take the result
102 EXPECT_EQ(IExample::kByCopyResult, HIDL_INVOKE(sp, startWithCallbackCopy));
106 * Verifies that HIDL_INVOKE can be used with methods that take the result
107 * callback as a const-reference parameter. (This ensures that HIDL_INVOKE will
113 HIDL_INVOKE(sp, startWithCallbackReference));
wifi_hidl_call_util.h 112 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatus).code);
114 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndOneMore)
117 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndTwoMore))
119 #define HIDL_INVOKE(strong_pointer, method, ...) \
wifi_nan_iface_hidl_test.cpp 46 ASSERT_EQ(WifiStatusCode::SUCCESS, HIDL_INVOKE(iwifiNanIface, registerEventCallback,
464 HIDL_INVOKE(iwifiNanIface, getCapabilitiesRequest, 0).code);
473 HIDL_INVOKE(iwifiNanIface, getCapabilitiesRequest, inputCmdId).code);
  /hardware/interfaces/wifi/1.1/vts/functional/
wifi_chip_hidl_test.cpp 61 const auto& status_and_caps = HIDL_INVOKE(wifi_chip_, getCapabilities);
75 HIDL_INVOKE(wifi_chip_, selectTxPowerScenario, kFakePowerScenario);
89 HIDL_INVOKE(wifi_chip_, resetTxPowerScenario);
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_p2p_iface_hidl_test.cpp 200 const auto& status_and_interface_name = HIDL_INVOKE(p2p_iface_, getName);
210 const auto& status_and_interface_type = HIDL_INVOKE(p2p_iface_, getType);
330 HIDL_INVOKE(p2p_iface_, removeGroup, kTestGroupIfName).code);
462 HIDL_INVOKE(p2p_iface_, setGroupIdle, kTestGroupIfName,
474 HIDL_INVOKE(p2p_iface_, setPowerSave, kTestGroupIfName, true).code);
478 HIDL_INVOKE(p2p_iface_, setPowerSave, kTestGroupIfName, false).code);
487 HIDL_INVOKE(p2p_iface_, setWpsDeviceName, kTestWpsDeviceName).code);
496 HIDL_INVOKE(p2p_iface_, setWpsDeviceType, kTestWpsDeviceType).code);
505 HIDL_INVOKE(p2p_iface_, setWpsManufacturer, kTestWpsManufacturer).code);
513 HIDL_INVOKE(p2p_iface_, setWpsModelName, kTestWpsModelName).code)
    [all...]
supplicant_sta_iface_hidl_test.cpp 182 const auto& status_and_interface_name = HIDL_INVOKE(sta_iface_, getName);
192 const auto& status_and_interface_type = HIDL_INVOKE(sta_iface_, getType);
442 HIDL_INVOKE(sta_iface_, setWpsDeviceName, kTestWpsDeviceName).code);
451 HIDL_INVOKE(sta_iface_, setWpsDeviceType, kTestWpsDeviceType).code);
460 HIDL_INVOKE(sta_iface_, setWpsManufacturer, kTestWpsManufacturer).code);
468 HIDL_INVOKE(sta_iface_, setWpsModelName, kTestWpsModelName).code);
477 HIDL_INVOKE(sta_iface_, setWpsModelNumber, kTestWpsModelNumber).code);
486 HIDL_INVOKE(sta_iface_, setWpsSerialNumber, kTestWpsSerialNumber).code);
495 HIDL_INVOKE(sta_iface_, setWpsConfigMethods, kTestWpsConfigMethods)
504 HIDL_INVOKE(sta_iface_, setExternalSim, true).code)
    [all...]
supplicant_sta_network_hidl_test.cpp 150 HIDL_INVOKE(sta_network_, getInterfaceName);
160 const auto& status_and_interface_type = HIDL_INVOKE(sta_network_, getType);
290 HIDL_INVOKE(sta_network_, setPsk, kTestPsk).code);
291 const auto& status_and_psk = HIDL_INVOKE(sta_network_, getPsk);
552 HIDL_INVOKE(sta_network_, setEapSubjectMatch, kTestEapMatch).code);
554 HIDL_INVOKE(sta_network_, getEapSubjectMatch);
700 HIDL_INVOKE(sta_network_, sendNetworkEapSimGsmAuthFailure).code);
722 HIDL_INVOKE(sta_network_, sendNetworkEapSimUmtsAuthFailure).code);
730 HIDL_INVOKE(sta_network_, sendNetworkEapSimUmtsAutsResponse,
753 HIDL_INVOKE(sta_network_, setUpdateIdentifier, kTestUpdateIdentifier
    [all...]
supplicant_hidl_call_util.h 116 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatus).code);
118 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndOneMore)
121 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndTwoMore))
123 #define HIDL_INVOKE(strong_pointer, method, ...) \
  /hardware/interfaces/wifi/offload/1.0/vts/functional/
hidl_call_util.h 112 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatus).code);
114 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndOneMore)
117 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndTwoMore))
119 #define HIDL_INVOKE(strong_pointer, method, ...) \
VtsHalWifiOffloadV1_0TargetTest.cpp 126 const auto& result = HIDL_INVOKE(wifi_offload_, subscribeScanResults, 0);
166 HIDL_INVOKE(wifi_offload_, configureScans, *pScanParam, *pScanFilter);
174 const auto& result = HIDL_INVOKE(wifi_offload_, getScanStats);
  /system/connectivity/wificond/scanning/offload/
offload_scan_manager.cpp 149 const auto& result = HIDL_INVOKE(wifi_offload_hal_, getScanStats);
215 HIDL_INVOKE(wifi_offload_hal_, configureScans, param, filter);
224 const auto& result = HIDL_INVOKE(wifi_offload_hal_, subscribeScanResults,
hidl_call_util.h 117 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatus).code);
119 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndOneMore)
122 // HIDL_INVOKE(strong_pointer, methodReturningWifiStatusAndTwoMore))
124 #define HIDL_INVOKE(strong_pointer, method, ...) \

Completed in 1001 milliseconds