/system/bt/vendor_libs/linux/interface/ |
D | hci_packetizer.cc | 55 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() argument 60 preamble_size_for_type[packet_type] - bytes_read_)); in OnDataReady() 63 if (bytes_read_ == preamble_size_for_type[packet_type]) { in OnDataReady() 65 HciGetPacketLengthForType(packet_type, preamble_); in OnDataReady() 66 packet_.resize(preamble_size_for_type[packet_type] + packet_length); in OnDataReady() 67 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]); in OnDataReady() 78 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_, in OnDataReady()
|
D | hci_packetizer.h | 37 void OnDataReady(int fd, HciPacketType packet_type);
|
/system/bt/packet/avrcp/ |
D | vendor_packet.h | 29 CType ctype, CommandPdu pdu, PacketType packet_type, 48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder() argument 51 packet_type_(packet_type){}; in VendorPacketBuilder()
|
D | vendor_packet.cc | 23 CType ctype, CommandPdu pdu, PacketType packet_type, in MakeBuilder() argument 31 new VendorPacketBuilder(ctype, pdu, packet_type)); in MakeBuilder()
|
/system/bt/tools/scripts/ |
D | btsnoop_live.py | 263 packet_type = struct.unpack(">B", snoop_data[0:1])[0] 264 if packet_type == 1: 267 elif packet_type == 2: 273 elif packet_type == 3: 279 elif packet_type == 4:
|
D | dump_hearingaid_audio.py | 304 packet_type, data = unpack_data(data, 1) 305 if packet_type == 0x02: 308 elif packet_type == 0x04:
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | hci_socket_device.cc | 122 PacketType packet_type, in SendHci() argument 126 static_cast<int>(packet_type)); in SendHci() 129 uint8_t type = static_cast<uint8_t>(packet_type); in SendHci()
|
D | hci_socket_device.h | 42 void SendHci(PacketType packet_type,
|
/system/core/debuggerd/tombstoned/ |
D | tombstoned_client.cpp | 53 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect() 102 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
|
D | tombstoned.cpp | 302 TombstonedCrashPacket response = {.packet_type = CrashPacketType::kPerformDump}; in perform_request() 372 if (request.packet_type != CrashPacketType::kDumpRequest) { in crash_request_cb() 374 << StringPrintf("%#2hhX", request.packet_type); in crash_request_cb() 445 if (request.packet_type != CrashPacketType::kCompletedDump) { in crash_completed() 447 << uint32_t(request.packet_type); in crash_completed()
|
/system/core/debuggerd/ |
D | protocol.h | 54 CrashPacketType packet_type; member
|
/system/bt/hci/src/ |
D | hci_inject.cc | 167 hci_packet_t packet_type = (hci_packet_t)buffer[0]; in read_ready() local 179 buf->event = hci_packet_to_event(packet_type); in read_ready()
|
/system/bt/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 31 virtual void OnConnectionPacketTypeChanged(uint16_t packet_type) = 0;
|
D | classic_acl_connection.h | 41 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
|
D | classic_acl_connection.cc | 56 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged() argument 57 SAVE_OR_CALL(OnConnectionPacketTypeChanged, packet_type) in OnConnectionPacketTypeChanged() 370 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType() argument 372 ChangeConnectionPacketTypeBuilder::Create(handle_, packet_type), in ChangeConnectionPacketType()
|
/system/bt/main/shim/ |
D | acl_legacy_interface.h | 79 void (*on_packet_type_changed)(uint16_t packet_type);
|
/system/bt/btif/include/ |
D | btif_bqr.h | 308 std::string PacketTypeToString(uint8_t packet_type);
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 165 std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString() argument 166 switch (packet_type) { in PacketTypeToString()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 315 void Link::OnConnectionPacketTypeChanged(uint16_t packet_type) { in OnConnectionPacketTypeChanged() argument 316 LOG_INFO("UNIMPLEMENTED %s packet_type:%x", __func__, packet_type); in OnConnectionPacketTypeChanged()
|
D | link.h | 154 void OnConnectionPacketTypeChanged(uint16_t packet_type) override;
|
/system/bt/test/mock/ |
D | mock_hcic_hcicmds.cc | 99 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { in btsnd_hcic_enhanced_flush() argument
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 404 void OnConnectionPacketTypeChanged(uint16_t packet_type) override { in OnConnectionPacketTypeChanged() argument 405 LOG_INFO("OnConnectionPacketTypeChanged packet_type:%d", packet_type); in OnConnectionPacketTypeChanged()
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 247 packet_type: 0x4408 /* DM 1,3,5 */ | 0x8810, /*DH 1,3,5 */ in build_create_connection()
|
/system/bt/gd/hci/ |
D | hci_layer_test.cc | 689 uint16_t packet_type = 0x1234; in TEST_F() local 695 …bd_addr, packet_type, page_scan_repetition_mode, clock_offset, clock_offset_valid, allow_role_swit… in TEST_F() 707 ASSERT_EQ(packet_type, view.GetPacketType()); in TEST_F()
|
/system/bt/stack/include/ |
D | hcimsgs.h | 214 void (*EnhancedFlush)(uint16_t handle, uint8_t packet_type); 407 extern void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type);
|