HomeSort by relevance Sort by last modified time
    Searched refs:CrashPacketType (Results 1 - 4 of 4) sorted by null

  /system/core/debuggerd/
protocol.h 32 enum class CrashPacketType : uint8_t {
54 CrashPacketType packet_type;
debuggerd_test.cpp 870 packet.packet_type = CrashPacketType::kDumpRequest;
  /system/core/debuggerd/tombstoned/
tombstoned_client.cpp 46 packet.packet_type = CrashPacketType::kDumpRequest;
85 packet.packet_type = CrashPacketType::kCompletedDump;
tombstoned.cpp 220 .packet_type = CrashPacketType::kPerformDump
284 if (request.packet_type != CrashPacketType::kDumpRequest) {
348 if (request.packet_type != CrashPacketType::kCompletedDump) {

Completed in 63 milliseconds