/hardware/qcom/sm8150/gps/core/ |
D | SystemStatus.h | 104 bool equals(const SystemStatusLocation& peer); 134 bool equals(const SystemStatusTimeAndClock& peer); 145 bool equals(const SystemStatusXoState& peer); 192 bool equals(const SystemStatusRfAndParams& peer); 203 bool equals(const SystemStatusErrRecovery& peer); 227 bool equals(const SystemStatusInjectedPosition& peer); 249 bool equals(const SystemStatusBestPosition& peer); 285 bool equals(const SystemStatusXtra& peer); 305 bool equals(const SystemStatusEphemeris& peer); 351 bool equals(const SystemStatusSvHealth& peer); [all …]
|
D | SystemStatus.cpp | 743 bool SystemStatusTimeAndClock::equals(const SystemStatusTimeAndClock& peer) in equals() argument 745 if ((mGpsWeek != peer.mGpsWeek) || in equals() 746 (mGpsTowMs != peer.mGpsTowMs) || in equals() 747 (mTimeValid != peer.mTimeValid) || in equals() 748 (mTimeSource != peer.mTimeSource) || in equals() 749 (mTimeUnc != peer.mTimeUnc) || in equals() 750 (mClockFreqBias != peer.mClockFreqBias) || in equals() 751 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) || in equals() 752 (mLeapSeconds != peer.mLeapSeconds) || in equals() 753 (mLeapSecUnc != peer.mLeapSecUnc) || in equals() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | SystemStatus.h | 100 bool equals(const SystemStatusLocation& peer); 130 bool equals(const SystemStatusTimeAndClock& peer); 141 bool equals(const SystemStatusXoState& peer); 188 bool equals(const SystemStatusRfAndParams& peer); 199 bool equals(const SystemStatusErrRecovery& peer); 223 bool equals(const SystemStatusInjectedPosition& peer); 245 bool equals(const SystemStatusBestPosition& peer); 277 bool equals(const SystemStatusXtra& peer); 297 bool equals(const SystemStatusEphemeris& peer); 337 bool equals(const SystemStatusSvHealth& peer); [all …]
|
D | SystemStatus.cpp | 725 bool SystemStatusTimeAndClock::equals(const SystemStatusTimeAndClock& peer) in equals() argument 727 if ((mGpsWeek != peer.mGpsWeek) || in equals() 728 (mGpsTowMs != peer.mGpsTowMs) || in equals() 729 (mTimeValid != peer.mTimeValid) || in equals() 730 (mTimeSource != peer.mTimeSource) || in equals() 731 (mTimeUnc != peer.mTimeUnc) || in equals() 732 (mClockFreqBias != peer.mClockFreqBias) || in equals() 733 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) || in equals() 734 (mLeapSeconds != peer.mLeapSeconds) || in equals() 735 (mLeapSecUnc != peer.mLeapSecUnc) || in equals() [all …]
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | SystemStatus.cpp | 688 bool SystemStatusTimeAndClock::equals(SystemStatusTimeAndClock& peer) in equals() argument 690 if ((mGpsWeek != peer.mGpsWeek) || in equals() 691 (mGpsTowMs != peer.mGpsTowMs) || in equals() 692 (mTimeValid != peer.mTimeValid) || in equals() 693 (mTimeSource != peer.mTimeSource) || in equals() 694 (mTimeUnc != peer.mTimeUnc) || in equals() 695 (mClockFreqBias != peer.mClockFreqBias) || in equals() 696 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) || in equals() 697 (mLeapSeconds != peer.mLeapSeconds) || in equals() 698 (mLeapSecUnc != peer.mLeapSecUnc)) { in equals() [all …]
|
D | SystemStatus.h | 87 bool equals(SystemStatusLocation& peer); 115 bool equals(SystemStatusTimeAndClock& peer); 126 bool equals(SystemStatusXoState& peer); 161 bool equals(SystemStatusRfAndParams& peer); 172 bool equals(SystemStatusErrRecovery& peer); 196 bool equals(SystemStatusInjectedPosition& peer); 218 bool equals(SystemStatusBestPosition& peer); 250 bool equals(SystemStatusXtra& peer); 270 bool equals(SystemStatusEphemeris& peer); 310 bool equals(SystemStatusSvHealth& peer); [all …]
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatus.cpp | 692 bool SystemStatusTimeAndClock::equals(SystemStatusTimeAndClock& peer) in equals() argument 694 if ((mGpsWeek != peer.mGpsWeek) || in equals() 695 (mGpsTowMs != peer.mGpsTowMs) || in equals() 696 (mTimeValid != peer.mTimeValid) || in equals() 697 (mTimeSource != peer.mTimeSource) || in equals() 698 (mTimeUnc != peer.mTimeUnc) || in equals() 699 (mClockFreqBias != peer.mClockFreqBias) || in equals() 700 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) || in equals() 701 (mLeapSeconds != peer.mLeapSeconds) || in equals() 702 (mLeapSecUnc != peer.mLeapSecUnc)) { in equals() [all …]
|
D | SystemStatus.h | 94 bool equals(SystemStatusLocation& peer); 122 bool equals(SystemStatusTimeAndClock& peer); 133 bool equals(SystemStatusXoState& peer); 168 bool equals(SystemStatusRfAndParams& peer); 179 bool equals(SystemStatusErrRecovery& peer); 203 bool equals(SystemStatusInjectedPosition& peer); 225 bool equals(SystemStatusBestPosition& peer); 257 bool equals(SystemStatusXtra& peer); 277 bool equals(SystemStatusEphemeris& peer); 317 bool equals(SystemStatusSvHealth& peer); [all …]
|
/hardware/qcom/gps/msm8998/core/ |
D | SystemStatus.cpp | 688 bool SystemStatusTimeAndClock::equals(SystemStatusTimeAndClock& peer) in equals() argument 690 if ((mGpsWeek != peer.mGpsWeek) || in equals() 691 (mGpsTowMs != peer.mGpsTowMs) || in equals() 692 (mTimeValid != peer.mTimeValid) || in equals() 693 (mTimeSource != peer.mTimeSource) || in equals() 694 (mTimeUnc != peer.mTimeUnc) || in equals() 695 (mClockFreqBias != peer.mClockFreqBias) || in equals() 696 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) || in equals() 697 (mLeapSeconds != peer.mLeapSeconds) || in equals() 698 (mLeapSecUnc != peer.mLeapSecUnc)) { in equals() [all …]
|
D | SystemStatus.h | 87 bool equals(SystemStatusLocation& peer); 115 bool equals(SystemStatusTimeAndClock& peer); 126 bool equals(SystemStatusXoState& peer); 161 bool equals(SystemStatusRfAndParams& peer); 172 bool equals(SystemStatusErrRecovery& peer); 196 bool equals(SystemStatusInjectedPosition& peer); 218 bool equals(SystemStatusBestPosition& peer); 250 bool equals(SystemStatusXtra& peer); 270 bool equals(SystemStatusEphemeris& peer); 310 bool equals(SystemStatusSvHealth& peer); [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_LanToLan.cpp | 449 peer_iface_info &peer = m_peer_iface_info.front(); in add_client_rt_rule_for_new_iface() local 451 peer_l2_type = peer.peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_client_rt_rule_for_new_iface() 456 add_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 469 peer_l2_hdr_type = peer_info->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_client_rt_rule() 472 if(peer_info->peer != this) in add_client_rt_rule() 534 …IPACMDBG_H("Add flt rules for clients of interface %s.\n", it_iface->peer->get_iface_pointer()->de… in add_all_inter_interface_client_flt_rule() 535 …for(it_client = it_iface->peer->m_client_info.begin(); it_client != it_iface->peer->m_client_info.… in add_all_inter_interface_client_flt_rule() 562 if(it->peer == peer_iface) in add_one_client_flt_rule() 580 void IPACM_LanToLan_Iface::add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_t… in add_client_flt_rule() argument 588 memcpy(rt_tbl.name, peer->rt_tbl_name_for_flt[iptype], sizeof(rt_tbl.name)); in add_client_flt_rule() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_LanToLan.h | 77 class IPACM_LanToLan_Iface *peer; member 143 void add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_type iptype); 147 void del_client_flt_rule(peer_iface_info *peer, client_info *client); 149 void add_client_rt_rule(peer_iface_info *peer, client_info *client); 151 void del_client_rt_rule(peer_iface_info *peer, client_info *client); 153 void clear_all_flt_rule_for_one_peer_iface(peer_iface_info *peer); 155 void clear_all_rt_rule_for_one_peer_iface(peer_iface_info *peer);
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_LanToLan.h | 117 class IPACM_LanToLan_Iface *peer; member 195 void add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_type iptype); 199 void del_client_flt_rule(peer_iface_info *peer, client_info *client); 201 void add_client_rt_rule(peer_iface_info *peer, client_info *client); 203 void del_client_rt_rule(peer_iface_info *peer, client_info *client); 205 void add_l2tp_client_rt_rule(peer_iface_info *peer, client_info *client); 207 void clear_all_flt_rule_for_one_peer_iface(peer_iface_info *peer); 209 void clear_all_rt_rule_for_one_peer_iface(peer_iface_info *peer);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_LanToLan.h | 117 class IPACM_LanToLan_Iface *peer; member 195 void add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_type iptype); 199 void del_client_flt_rule(peer_iface_info *peer, client_info *client); 201 void add_client_rt_rule(peer_iface_info *peer, client_info *client); 203 void del_client_rt_rule(peer_iface_info *peer, client_info *client); 205 void add_l2tp_client_rt_rule(peer_iface_info *peer, client_info *client); 207 void clear_all_flt_rule_for_one_peer_iface(peer_iface_info *peer); 209 void clear_all_rt_rule_for_one_peer_iface(peer_iface_info *peer);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_LanToLan.cpp | 877 peer_iface_info &peer = m_peer_iface_info.front(); in add_client_rt_rule_for_new_iface() local 879 peer_l2_type = peer.peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_client_rt_rule_for_new_iface() 887 add_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 890 add_l2tp_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 892 add_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 906 peer_l2_hdr_type = peer_info->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_client_rt_rule() 909 if(peer_info->peer != this) in add_client_rt_rule() 965 void IPACM_LanToLan_Iface::add_l2tp_client_rt_rule(peer_iface_info *peer, client_info *client) in add_l2tp_client_rt_rule() argument 970 peer_l2_hdr_type = peer->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_l2tp_client_rt_rule() 1007 …IPACMDBG_H("Add flt rules for clients of interface %s.\n", it_iface->peer->get_iface_pointer()->de… in add_all_inter_interface_client_flt_rule() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_LanToLan.cpp | 882 peer_iface_info &peer = m_peer_iface_info.front(); in add_client_rt_rule_for_new_iface() local 884 peer_l2_type = peer.peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_client_rt_rule_for_new_iface() 892 add_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 895 add_l2tp_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 897 add_client_rt_rule(&peer, &(*it)); in add_client_rt_rule_for_new_iface() 911 peer_l2_hdr_type = peer_info->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_client_rt_rule() 914 if(peer_info->peer != this) in add_client_rt_rule() 970 void IPACM_LanToLan_Iface::add_l2tp_client_rt_rule(peer_iface_info *peer, client_info *client) in add_l2tp_client_rt_rule() argument 975 peer_l2_hdr_type = peer->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type; in add_l2tp_client_rt_rule() 1012 …IPACMDBG_H("Add flt rules for clients of interface %s.\n", it_iface->peer->get_iface_pointer()->de… in add_all_inter_interface_client_flt_rule() [all …]
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantStaIface.hal | 62 * Add a DPP peer URI. URI is acquired externally, e.g. by scanning a QR code 76 * Remove a DPP peer URI. 94 * @param ssid Network SSID to send to peer (SAE/PSK mode). 95 * @param password Network password to send to peer (SAE/PSK mode). 96 * @param psk Network PSK to send to peer (PSK mode only). Either password or psk should be set. 97 * @param netRole Role to configure the peer, |DppNetRole.DPP_NET_ROLE_STA| or
|
D | ISupplicantP2pIface.hal | 37 * without group owner negotiation with a specific peer) with the specified SSID, 42 * and peer address without WPS process. If peerAddress is 00:00:00:00:00:00, the first found 58 * If the MAC is "00:00:00:00:00:00", the device must try to find a peer
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 174 * Flush P2P peer table and state. 185 * Start P2P group formation with a discovered P2P peer. This includes 220 * operation. This operation unauthorizes the specific peer device (if any 237 * Send P2P provision discovery request to the specified peer. The 238 * parameters for this command are the P2P device address of the peer and the 255 * negotiation with a specific peer). This is also known as autonomous 286 * Reject connection attempt from a peer (specified with a device 288 * with a peer and request to automatically block any further connection or 289 * discovery of the peer. 303 * If the peer device is the group owner of the persistent group, the peer [all …]
|
D | ISupplicantStaIface.hal | 146 * Initiate TDLS discover with the provided peer MAC address. 148 * @param macAddress MAC address of the peer. 159 * Initiate TDLS setup with the provided peer MAC address. 161 * @param macAddress MAC address of the peer. 172 * Initiate TDLS teardown with the provided peer MAC address. 174 * @param macAddress MAC address of the peer.
|
/hardware/qcom/sdm845/gps/sdm845/core/data-items/ |
D | DataItemConcreteTypesBase.h | 323 inline RilServiceInfoDataItemBase(const RilServiceInfoDataItemBase& peer) : in RilServiceInfoDataItemBase() argument 325 peer.setPeerData(*this); in RilServiceInfoDataItemBase() 344 inline RilCellInfoDataItemBase(const RilCellInfoDataItemBase& peer) : in RilCellInfoDataItemBase() argument 346 peer.setPeerData(*this); in RilCellInfoDataItemBase()
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 621 /** Invalid peer id */ 1072 * Ranging is only performed if all other match criteria with the peer are met. Ranging must 1074 * flag to true. Otherwise, if either peer sets this flag to false, ranging must not be performed 1118 * peer. 1187 * ID of the peer. Obtained as part of an earlier |IWifiNanIfaceEventCallback.eventMatch| or 1192 * MAC address of the peer. Obtained as part of an earlier |IWifiNanIfaceEventCallback.eventMatch| 1206 * Arbitrary information communicated to the peer - there is no semantic meaning to these 1231 * ID of the peer. Obtained as part of an earlier |IWifiNanIfaceEventCallback.eventMatch| or 1236 * NAN management interface MAC address of the peer. Obtained as part of an earlier 1259 * Arbitrary information communicated to the peer as part of the data-path setup process - there [all …]
|
D | IWifiNanIfaceEventCallback.hal | 269 * @param peerId: The peer ID of the expired match. 274 * Asynchronous callback indicating that a followup message has been received from a peer. 293 * peer (received by the intended Respodner).
|
/hardware/qcom/sm8150/gps/core/data-items/ |
D | DataItemConcreteTypesBase.h | 381 inline RilServiceInfoDataItemBase(const RilServiceInfoDataItemBase& peer) : in RilServiceInfoDataItemBase() argument 383 peer.setPeerData(*this); in RilServiceInfoDataItemBase() 402 inline RilCellInfoDataItemBase(const RilCellInfoDataItemBase& peer) : in RilCellInfoDataItemBase() argument 404 peer.setPeerData(*this); in RilCellInfoDataItemBase()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | rtt.h | 66 rtt_peer_type peer; // optional - peer device hint (STA, P2P, AP) member
|