Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dprotocol.h32 enum class CrashPacketType : uint8_t { enum
54 CrashPacketType packet_type;
Ddebuggerd_test.cpp952 packet.packet_type = CrashPacketType::kDumpRequest; in TEST()
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp48 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect()
87 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
Dtombstoned.cpp227 .packet_type = CrashPacketType::kPerformDump in perform_request()
294 if (request.packet_type != CrashPacketType::kDumpRequest) { in crash_request_cb()
358 if (request.packet_type != CrashPacketType::kCompletedDump) { in crash_completed_cb()