Searched refs:scenario (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 49 * 802.11 connection type, number of MIMO streams, etc) for each scenario 60 * The framework must invoke this method with the appropriate scenario to let 65 * @param scenario One of the preselected scenarios defined in 75 selectTxPowerScenario(TxPowerScenario scenario) generates (WifiStatus status); 80 * scenario and let the wifi chip fall back to the default power values.
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiChip.hal | 42 * 802.11 connection type, number of MIMO streams, etc) for each scenario 56 * The framework must invoke this method with the appropriate scenario to let 61 * @param scenario One of the preselected scenarios defined in 71 selectTxPowerScenario_1_2(TxPowerScenario scenario) generates (WifiStatus status);
|
/hardware/interfaces/wifi/1.2/default/ |
D | wifi_chip.h | 135 V1_1::IWifiChip::TxPowerScenario scenario, 143 TxPowerScenario scenario, 198 WifiStatus selectTxPowerScenarioInternal(V1_1::IWifiChip::TxPowerScenario scenario); 202 WifiStatus selectTxPowerScenarioInternal_1_2(TxPowerScenario scenario);
|
D | wifi_chip.cpp | 549 V1_1::IWifiChip::TxPowerScenario scenario, selectTxPowerScenario_cb hidl_status_cb) { in selectTxPowerScenario() argument 552 hidl_status_cb, scenario); in selectTxPowerScenario() 571 TxPowerScenario scenario, selectTxPowerScenario_cb hidl_status_cb) { in selectTxPowerScenario_1_2() argument 573 &WifiChip::selectTxPowerScenarioInternal_1_2, hidl_status_cb, scenario); in selectTxPowerScenario_1_2() 1039 V1_1::IWifiChip::TxPowerScenario scenario) { in selectTxPowerScenarioInternal() argument 1042 hidl_struct_util::convertHidlTxPowerScenarioToLegacy(scenario)); in selectTxPowerScenarioInternal() 1060 WifiStatus WifiChip::selectTxPowerScenarioInternal_1_2(TxPowerScenario scenario) { in selectTxPowerScenarioInternal_1_2() argument 1063 hidl_struct_util::convertHidlTxPowerScenarioToLegacy_1_2(scenario)); in selectTxPowerScenarioInternal_1_2()
|
D | wifi_legacy_hal.h | 247 wifi_power_scenario scenario);
|
D | wifi_legacy_hal.cpp | 785 wifi_power_scenario scenario) { in selectTxPowerScenario() argument 787 getIfaceHandle(iface_name), scenario); in selectTxPowerScenario()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wificonfig.cpp | 294 wifi_power_scenario scenario) in wifi_select_tx_power_scenario() argument 303 ALOGV("%s : power scenario:%d", __FUNCTION__, scenario); in wifi_select_tx_power_scenario() 337 switch (scenario) { in wifi_select_tx_power_scenario() 356 ALOGE("wifi_select_tx_power_scenario: invalid scenario %d", scenario); in wifi_select_tx_power_scenario()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_hal.h | 216 wifi_error wifi_select_tx_power_scenario(wifi_interface_handle handle, wifi_power_scenario scenario… 437 wifi_power_scenario scenario);
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceSession.hal | 181 * scenario, this means the function is generally called again by the
|
/hardware/interfaces/radio/1.0/ |
D | IRadioResponse.hal | 372 * LastCallFailCause:RADIO_INTERNAL_ERROR (Modem hit unexpected error scenario)
|
D | types.hal | 89 INTERNAL_ERR = 38, // Modem hit unexpected error scenario while handling
|