Searched refs:packet_type (Results 1 - 9 of 9) sorted by relevance

/system/bt/vendor_libs/linux/interface/
H A Dhci_packetizer.cc55 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { argument
60 preamble_size_for_type[packet_type] - bytes_read_));
63 if (bytes_read_ == preamble_size_for_type[packet_type]) {
65 HciGetPacketLengthForType(packet_type, preamble_);
66 packet_.resize(preamble_size_for_type[packet_type] + packet_length);
67 memcpy(packet_.data(), preamble_, preamble_size_for_type[packet_type]);
78 packet_.data() + preamble_size_for_type[packet_type] + bytes_read_,
H A Dhci_packetizer.h37 void OnDataReady(int fd, HciPacketType packet_type);
/system/core/debuggerd/
H A Dprotocol.h51 CrashPacketType packet_type; member in struct:TombstonedCrashPacket
H A Ddebuggerd_test.cpp652 packet.packet_type = CrashPacketType::kDumpRequest;
/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp46 packet.packet_type = CrashPacketType::kDumpRequest;
85 packet.packet_type = CrashPacketType::kCompletedDump;
H A Dtombstoned.cpp211 .packet_type = CrashPacketType::kPerformDump
275 if (request.packet_type != CrashPacketType::kDumpRequest) {
277 << StringPrintf("%#2hhX", request.packet_type);
339 if (request.packet_type != CrashPacketType::kCompletedDump) {
341 << uint32_t(request.packet_type);
/system/bt/hci/src/
H A Dhci_inject.cc164 hci_packet_t packet_type = (hci_packet_t)buffer[0]; local
176 buf->event = hci_packet_to_event(packet_type);
/system/bt/stack/include/
H A Dhcimsgs.h458 extern void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type);
/system/bt/stack/hcic/
H A Dhcicmds.cc1264 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { argument
1274 UINT8_TO_STREAM(pp, packet_type);

Completed in 433 milliseconds