Home
last modified time | relevance | path

Searched refs:CallbackType (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp44 using CallbackType = std::function<void(const std::string& line, bool should_log)>; typedef
116 static void print_thread_header(CallbackType callback, const Tombstone& tombstone, in print_thread_header()
138 static void print_register_row(CallbackType callback, int word_size, in print_register_row()
148 static void print_thread_registers(CallbackType callback, const Tombstone& tombstone, in print_thread_registers()
203 static void print_backtrace(CallbackType callback, const Tombstone& tombstone, in print_backtrace()
231 static void print_thread_backtrace(CallbackType callback, const Tombstone& tombstone, in print_thread_backtrace()
243 static void print_thread_memory_dump(CallbackType callback, const Tombstone& tombstone, in print_thread_memory_dump()
293 static void print_thread(CallbackType callback, const Tombstone& tombstone, const Thread& thread) { in print_thread()
300 static void print_tag_dump(CallbackType callback, const Tombstone& tombstone) { in print_tag_dump()
354 static void print_memory_maps(CallbackType callback, const Tombstone& tombstone) { in print_memory_maps()
[all …]
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_proto_to_text_test.cpp27 using CallbackType = std::function<void(const std::string& line, bool should_log)>; typedef
/system/libprocinfo/include/procinfo/
Dprocess_map.h283 template <class CallbackType>
285 const CallbackType& callback) { in ReadMapFileAsyncSafe()