/hardware/interfaces/gnss/1.0/default/ |
D | AGnssRil.cpp | 125 bool roaming) { in updateNetworkState() argument 133 roaming, in updateNetworkState()
|
D | AGnssRil.h | 59 bool roaming) override;
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRil.hal | 124 * @param roaming Indicates whether the device is currently roaming on 130 updateNetworkState(bool connected, NetworkType type, bool roaming)
|
/hardware/qcom/gps/msm8998/android/ |
D | AGnssRil.h | 71 Return<bool> updateNetworkState(bool connected, NetworkType type, bool roaming) override;
|
D | AGnssRil.cpp | 50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { in updateNetworkState() argument
|
/hardware/qcom/gps/sdm845/android/ |
D | AGnssRil.h | 71 Return<bool> updateNetworkState(bool connected, NetworkType type, bool roaming) override;
|
D | AGnssRil.cpp | 50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { in updateNetworkState() argument
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIface.hal | 52 * If set indicates that the roaming API's are supported. 370 * Get roaming control capabilities. 385 * Configure roaming control parameters. 399 * Set the roaming control state with the parameters configured 400 * using |configureRoaming|. Depending on the roaming state set, the 401 * driver/firmware would enable/disable control over roaming decisions. 404 * @param state State of the roaming control.
|
D | types.hal | 537 * Structure describing the roaming control capabilities supported. 551 * Structure describing the roaming control configuration. 555 * List of BSSID's that are blacklisted for roaming. 559 * List of SSID's that are whitelisted for roaming. 565 * Enum describing the various states to set the roaming 570 * Driver/Firmware must not perform any roaming. 574 * Driver/Firmware is allowed to perform roaming respecting
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | link_layer_stats.h | 51 wifi_roam_state roaming; // roaming state member
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc.cpp | 128 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… 865 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state() argument
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc.cpp | 141 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… 1001 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state() argument
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc.cpp | 141 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… 994 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state() argument
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 145 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… 1057 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state() argument
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc.cpp | 209 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… 1063 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state() argument
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc.cpp | 144 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… 1094 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state() argument
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 382 * @param roamingAllowed Indicating data roaming is allowed or not by the user. 383 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old 384 * RIL API must be filled accordingly based on the roaming condition. 885 * Request to set the roaming preferences in CDMA 896 * Request the actual setting of the roaming preferences in CDMA in the modem 1236 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old 1237 * RIL_InitialAttachApn must be filled accordingly based on the roaming 1411 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old 1413 * roaming condition. Note this is for backward compatibility with the old
|
D | IRadioIndication.hal | 321 * Indicates when PRL (preferred roaming list) changes.
|
D | types.hal | 536 * "managed roaming" 546 REG_ROAMING = 5, // Registered, roaming 1787 // used on roaming network. For example, "IP", "IPV6",
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 986 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | llstats.cpp | 143 …stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_R… in get_wifi_interface_info() 204 stats->roaming, in get_wifi_interface_info()
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_gps.h | 1164 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
|
/hardware/qcom/gps/sdm845/utils/ |
D | loc_gps.h | 1168 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
|