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

  /system/core/debuggerd/libdebuggerd/
backtrace.cpp 77 const std::map<pid_t, std::string>& threads, std::string* amfd_data) {
80 log.amfd_data = amfd_data;
102 log.amfd_data = nullptr;
120 log.amfd_data = nullptr;
130 log.amfd_data = nullptr;
utility.cpp 70 if (log->amfd_data != nullptr) {
71 *log->amfd_data += buf;
tombstone.cpp 731 std::string* amfd_data) {
736 log.amfd_data = amfd_data;
749 log.amfd_data = nullptr;
  /system/core/debuggerd/libdebuggerd/include/
backtrace.h 34 const std::map<pid_t, std::string>& threads, std::string* amfd_data);
utility.h 51 std::string* amfd_data; member in struct:log_t
60 : tfd(-1), amfd_data(nullptr), crashed_tid(-1), current_tid(-1),
tombstone.h 41 std::string* amfd_data);
  /system/core/debuggerd/
crash_dump.cpp 104 static bool activity_manager_notify(pid_t pid, int signal, const std::string& amfd_data) {
139 if (!android::base::WriteFully(amfd, amfd_data.c_str(), amfd_data.size() + 1)) {
372 std::string amfd_data; local
377 process_name, threads, abort_address, fatal_signal ? &amfd_data : nullptr);
418 activity_manager_notify(target, signo, amfd_data);
  /system/core/debuggerd/libdebuggerd/test/
dump_memory_test.cpp 128 log_.amfd_data = nullptr;
    [all...]
tombstone_test.cpp 72 log_.amfd_data = &amfd_data_;

Completed in 768 milliseconds