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

  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
tombstone.h 44 std::string* amfd_data);
53 std::string* amfd_data);
utility.h 34 std::string* amfd_data; member in struct:log_t
44 amfd_data(nullptr),
  /system/core/debuggerd/libdebuggerd/
backtrace.cpp 65 log.amfd_data = nullptr;
84 log.amfd_data = nullptr;
107 log.amfd_data = nullptr;
117 log.amfd_data = nullptr;
utility.cpp 94 if (log->amfd_data != nullptr) {
95 *log->amfd_data += buf;
tombstone.cpp 596 log.amfd_data = nullptr;
630 std::string* amfd_data) {
638 log.amfd_data = amfd_data;
  /system/core/debuggerd/
crash_dump.cpp 140 static bool activity_manager_notify(pid_t pid, int signal, const std::string& amfd_data) {
176 if (!android::base::WriteFully(amfd, amfd_data.c_str(), amfd_data.size() + 1)) {
539 std::string amfd_data; local
546 g_target_thread, abort_address, &open_files, &amfd_data); local
552 activity_manager_notify(target_process, signo, amfd_data);
  /system/core/debuggerd/libdebuggerd/test/
tombstone_test.cpp 67 log_.amfd_data = &amfd_data_;
dump_memory_test.cpp 177 log_.amfd_data = nullptr;
    [all...]

Completed in 93 milliseconds