Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp53 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect()
102 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
H A Dtombstoned.cpp302 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()
/aosp14/system/core/debuggerd/
H A Dprotocol.h54 CrashPacketType packet_type; member
H A Ddebuggerd_test.cpp1809 packet.packet_type = CrashPacketType::kDumpRequest; in TEST()