Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 7 of 7) sorted by relevance

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp136 .packet_type = CrashPacketType::kPerformDump in perform_request()
205 if (request.packet_type != CrashPacketType::kDumpRequest) { in crash_request_cb()
207 << StringPrintf("%#2hhX", request.packet_type); in crash_request_cb()
248 if (request.packet_type != CrashPacketType::kCompletedDump) { in crash_completed_cb()
250 << uint32_t(request.packet_type); in crash_completed_cb()
/system/core/debuggerd/
Dtombstoned_client.cpp43 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect()
81 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
Ddebuggerd_test.cpp640 packet.packet_type = CrashPacketType::kDumpRequest; in TEST()
/system/core/debuggerd/include/debuggerd/
Dprotocol.h47 CrashPacketType packet_type; member
/system/bt/hci/src/
Dhci_inject.cc164 hci_packet_t packet_type = (hci_packet_t)buffer[0]; in read_ready() local
176 buf->event = hci_packet_to_event(packet_type); in read_ready()
/system/bt/stack/include/
Dhcimsgs.h450 extern void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type);
/system/bt/stack/hcic/
Dhcicmds.cc1258 void btsnd_hcic_enhanced_flush(uint16_t handle, uint8_t packet_type) { in btsnd_hcic_enhanced_flush() argument
1268 UINT8_TO_STREAM(pp, packet_type); in btsnd_hcic_enhanced_flush()