Searched refs:peer (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_LanToLan.h77 class IPACM_LanToLan_Iface *peer; member in struct:peer_iface_info
131 int ref_cnt_peer_l2_hdr_type[IPA_HDR_L2_MAX]; /* reference count of l2 header type of peer interfaces */
136 list<peer_iface_info> m_peer_iface_info; /* peer information list */
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/gps/msm8909w_3100/core/
H A DSystemStatus.cpp692 bool SystemStatusTimeAndClock::equals(SystemStatusTimeAndClock& peer) argument
694 if ((mGpsWeek != peer.mGpsWeek) ||
695 (mGpsTowMs != peer.mGpsTowMs) ||
696 (mTimeValid != peer.mTimeValid) ||
697 (mTimeSource != peer.mTimeSource) ||
698 (mTimeUnc != peer.mTimeUnc) ||
699 (mClockFreqBias != peer.mClockFreqBias) ||
700 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) ||
701 (mLeapSeconds != peer.mLeapSeconds) ||
702 (mLeapSecUnc != peer
732 equals(SystemStatusXoState& peer) argument
768 equals(SystemStatusRfAndParams& peer) argument
818 equals(SystemStatusErrRecovery& peer) argument
848 equals(SystemStatusInjectedPosition& peer) argument
889 equals(SystemStatusBestPosition& peer) argument
931 equals(SystemStatusXtra& peer) argument
979 equals(SystemStatusEphemeris& peer) argument
1025 equals(SystemStatusSvHealth& peer) argument
1080 equals(SystemStatusPdr& peer) argument
1106 equals(SystemStatusNavData& peer) argument
1138 equals(SystemStatusPositionFailure& peer) argument
1159 equals(SystemStatusLocation& peer) argument
[all...]
H A DSystemStatus.h94 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);
384 equals(SystemStatusGpsState& peer) argument
439 equals(SystemStatusNetworkInfo& peer) argument
482 equals(SystemStatusTac& peer) argument
512 equals(SystemStatusMccMnc& peer) argument
[all...]
/hardware/qcom/gps/msm8998/core/
H A DSystemStatus.cpp688 bool SystemStatusTimeAndClock::equals(SystemStatusTimeAndClock& peer) argument
690 if ((mGpsWeek != peer.mGpsWeek) ||
691 (mGpsTowMs != peer.mGpsTowMs) ||
692 (mTimeValid != peer.mTimeValid) ||
693 (mTimeSource != peer.mTimeSource) ||
694 (mTimeUnc != peer.mTimeUnc) ||
695 (mClockFreqBias != peer.mClockFreqBias) ||
696 (mClockFreqBiasUnc != peer.mClockFreqBiasUnc) ||
697 (mLeapSeconds != peer.mLeapSeconds) ||
698 (mLeapSecUnc != peer
728 equals(SystemStatusXoState& peer) argument
764 equals(SystemStatusRfAndParams& peer) argument
814 equals(SystemStatusErrRecovery& peer) argument
844 equals(SystemStatusInjectedPosition& peer) argument
885 equals(SystemStatusBestPosition& peer) argument
927 equals(SystemStatusXtra& peer) argument
975 equals(SystemStatusEphemeris& peer) argument
1021 equals(SystemStatusSvHealth& peer) argument
1073 equals(SystemStatusPdr& peer) argument
1099 equals(SystemStatusNavData& peer) argument
1131 equals(SystemStatusPositionFailure& peer) argument
1152 equals(SystemStatusLocation& peer) argument
[all...]
H A DSystemStatus.h87 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/
H A DIPACM_LanToLan.cpp208 /* add peer info only when both interfaces support inter-interface communication */
269 IPACMDBG_H("Populate peer info between: new_iface %s, existing iface %s\n", new_iface->get_iface_pointer()->dev_name,
293 /* add new peer info in both new iface and existing iface */
449 peer_iface_info &peer = m_peer_iface_info.front(); local
451 peer_l2_type = peer.peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type;
456 add_client_rt_rule(&peer, &(*it));
469 peer_l2_hdr_type = peer_info->peer->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type;
471 /* if the peer info is not for intra interface communication */
472 if(peer_info->peer !
580 add_client_flt_rule(peer_iface_info *peer, client_info *client, ipa_ip_type iptype) argument
640 del_client_flt_rule(peer_iface_info *peer, client_info *client) argument
667 del_client_rt_rule(peer_iface_info *peer, client_info *client) argument
781 clear_all_flt_rule_for_one_peer_iface(peer_iface_info *peer) argument
802 clear_all_rt_rule_for_one_peer_iface(peer_iface_info *peer) argument
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Drtt.h30 /* RTT peer type */
64 mac_addr addr; // peer device mac address
66 rtt_peer_type peer; // optional - peer device hint (STA, P2P, AP) member in struct:__anon1549
/hardware/interfaces/wifi/1.0/
H A Dtypes.hal621 /** 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 a
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Drtt.cpp370 result = request.put_u8(RTT_ATTRIBUTE_TARGET_PEER, rttParams[i].peer);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h2421 struct ether_addr peer; member in struct:dot11_rmreq_stat
2445 struct ether_addr peer; member in struct:dot11_rmreq_tx_stream
2455 struct ether_addr peer; member in struct:dot11_rmrep_tx_stream
/hardware/interfaces/wifi/1.2/default/
H A Dhidl_struct_util.cpp2391 legacy_config->peer = convertHidlRttPeerTypeToLegacy(hidl_config.peer);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h3989 uint16 max_retransmit; /* -1 use default, max retransmit on no ACK from peer */
3998 uint16 channel; /* channel of the peer */
3999 struct ether_addr addr; /* addr of the peer */
4005 wl_anqpo_peer_t peer[1]; /* max ANQPO_MAX_PEER_LIST */ member in struct:__anon138
5500 struct ether_addr peer; member in struct:statreq

Completed in 451 milliseconds