Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc26 void LogMetricClassicPairingEvent(const Address& /* address */, uint16_t /* handle */, in LogMetricClassicPairingEvent()
32 const Address& /* address */, int /* port */, int /* type */, in LogMetricSocketConnectionState()
40 void LogMetricA2dpAudioUnderrunEvent(const Address& /* address */, in LogMetricA2dpAudioUnderrunEvent()
44 void LogMetricA2dpAudioOverrunEvent(const Address& /* address */, in LogMetricA2dpAudioOverrunEvent()
50 void LogMetricHfpPacketLossStats(const Address& /* address */, int /* num_decoded_frames */, in LogMetricHfpPacketLossStats()
56 void LogMetricReadRssiResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadRssiResult()
59 void LogMetricReadFailedContactCounterResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadFailedContactCounterResult()
63 void LogMetricReadTxPowerLevelResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadTxPowerLevelResult()
70 void LogMetricLinkLayerConnectionEvent(const Address* /* address */, in LogMetricLinkLayerConnectionEvent()
77 void LogMetricManufacturerInfo(const Address& /* address */, in LogMetricManufacturerInfo()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs26 impl fmt::Display for Address { implementation
37 impl From<&[u8; 6]> for Address { implementation
52 impl Address { implementation
58 pub fn command_remote_device_address(command: &Command) -> Option<Address> { in command_remote_device_address()
/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager_unittest.cc52 MetricIdManager::Callback callback = [](const bluetooth::hci::Address&, const int) { in TEST()
63 MetricIdManager::Callback callback = [](const bluetooth::hci::Address&, const int) { in TEST()
76 MetricIdManager::Callback callback = [](const bluetooth::hci::Address&, const int) { in TEST()
91 MetricIdManager::Callback callback = [](const bluetooth::hci::Address&, const int) { in TEST()
112 MetricIdManager::Callback callback = [](const bluetooth::hci::Address&, const int) { in TEST()
132 MetricIdManager::Callback save_callback = [pointer](const bluetooth::hci::Address&, const int) { in TEST()
136 MetricIdManager::Callback forget_callback = [pointer](const bluetooth::hci::Address&, const int) { in TEST()
182 MetricIdManager::Callback save_callback = [pointer](const bluetooth::hci::Address&, const int) { in TEST()
186 MetricIdManager::Callback forget_callback = [pointer](const bluetooth::hci::Address&, const int) { in TEST()
317 MetricIdManager::Callback save_callback = [pointer](const bluetooth::hci::Address&, const int) { in TEST()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc42 constexpr Address::Address(std::array<uint8_t, kLength> const& address) : address(address) {} in Address() function in bluetooth::hci::Address
44 Address::Address(const uint8_t (&address)[kLength]) { in Address() function in bluetooth::hci::Address
48 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py73 def __init__(self, address: hci.Address):
147 source_address: hci.Address,
148 destination_address: hci.Address,
344 source_address: hci.Address,
345 destination_address: hci.Address,
377 async def establish_le_connection_central(self, peer_address: hci.Address) -> int:
444 async def establish_le_connection_peripheral(self, peer_address: hci.Address) -> int:
Dbluetooth.py20 class Address: class
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs148 fn process_classic_connection(&mut self, address: Address, packet: &Packet) { in process_classic_connection()
158 fn convert_sco_handle_to_address(&self, handle: ConnectionHandle) -> Address { in convert_sco_handle_to_address()
165 fn process_sync_connection(&mut self, address: Address, packet: &Packet) { in process_sync_connection()
177 address: Address, in process_le_create_connection()
191 fn process_add_accept_list(&mut self, address: Address, _packet: &Packet) { in process_add_accept_list()
195 fn process_remove_accept_list(&mut self, address: Address, _packet: &Packet) { in process_remove_accept_list()
345 address: Address, in process_conn_complete_ev()
445 address: Address, in process_sync_conn_complete_ev()
478 address: Address, in process_le_conn_complete_ev()
858 fn process_address_auth(&mut self, status: ErrorCode, address: Address, packet: &Packet) { in process_address_auth()
[all …]
Dinformational.rs655 fn report_address_type(&mut self, address: &Address, address_type: AddressType) { in report_address_type()
660 fn report_name(&mut self, address: &Address, name: &String) { in report_name()
665 fn report_acl_state(&mut self, address: &Address, transport: Transport, state: AclState) { in report_acl_state()
672 address: &Address, in report_connection_start()
685 address: &Address, in report_sco_connection_start()
763 fn process_gap_data(&mut self, address: &Address, data: &GapData) { in process_gap_data()
774 fn process_raw_gap_data(&mut self, address: &Address, data: &[u8]) { in process_raw_gap_data()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_09_C.py215 …async def steps_4_14(self, peer_address: Address, peer_address_type: ll.AddressType, connection_ha…
331 …async def steps_24_29(self, peer_address: Address, peer_address_type: ll.AddressType, connection_h…
DBV_17_C.py130 async def steps_4_6(self, peer_address: Address, scan_response_data: List[int]):
DBV_18_C.py157 …async def steps_3_12(self, peer_address: Address, peer_address_type: ll.AddressType, scan_response…
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc64 void shim::Acl::CreateClassicConnection(const hci::Address& /* address */) { in CreateClassicConnection()
68 void shim::Acl::CancelClassicConnection(const hci::Address& /* address */) { in CancelClassicConnection()
103 void shim::Acl::OnConnectRequest(hci::Address /* address */, hci::ClassOfDevice /* cod */) { in OnConnectRequest()
106 void shim::Acl::OnConnectFail(hci::Address /* address */, hci::ErrorCode /* reason */, in OnConnectFail()
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dlib.rs14 impl fmt::Display for Address { implementation
25 impl From<&[u8; 6]> for Address { implementation
/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager_test.cc65 void AddDeviceToRelaxedConnectionIntervalList(const Address /*address*/) override {} in AddDeviceToRelaxedConnectionIntervalList()
407 DistanceMeasurementMethod /*method*/) { in TEST_F()
457 .WillOnce([this](const Address& /*address*/, DistanceMeasurementErrorCode /*error_code*/, in TEST_F()
480 .WillOnce([this](const Address& /*address*/, DistanceMeasurementErrorCode /*error_code*/, in TEST_F()
504 .WillOnce([this](const Address& /*address*/, DistanceMeasurementErrorCode /*error_code*/, in TEST_F()
527 .WillOnce([this](const Address& /*address*/, DistanceMeasurementErrorCode /*error_code*/, in TEST_F()
528 DistanceMeasurementMethod /*method*/) { in TEST_F()
554 DistanceMeasurementMethod /*method*/) { in TEST_F()
583 DistanceMeasurementMethod /*method*/) { in TEST_F()
616 DistanceMeasurementMethod /*method*/) { in TEST_F()
/packages/modules/Bluetooth/system/pdl/hci/
Daddress.cc35 Address::Address(const uint8_t (&addr)[6]) { std::copy(addr, addr + kLength, data()); } in Address() function in bluetooth::hci::Address
37 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DAddress.java39 public class Address implements Parcelable { class
85 public Address(String address) { in Address() method in Address
89 public Address(String address, String personal) { in Address() method in Address
507 public Address(Parcel in) { in Address() method in Address
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_20_C.py71 async def steps_2_8(self, advertising_event_properties: int, target_address: Optional[Address],
DBV_19_C.py70 …teps_1_6(self, duration: int, advertising_event_properties: int, target_address: Optional[Address],
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py198 …async def steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
DBV_41_C.py146 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/
DBV_42_C.py175 …async def steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_t…
DBV_40_C.py166 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
/packages/modules/Bluetooth/system/blueberry/utils/
Dbluetooth.py6 class Address: class
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs119 from: hci::Address, in ingest_lmp()
333 fn peer_address(&self) -> hci::Address { in peer_address()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DMsftAdvMonitor.java76 static class Address { class in MsftAdvMonitor

12