/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 46 static void dump_process_header(log_t* log, pid_t pid, in dump_process_header() 56 static void dump_process_footer(log_t* log, pid_t pid) { in dump_process_footer() 62 log_t log; in dump_backtrace_thread() local 84 log_t log; in dump_backtrace() local 107 log_t log; in dump_backtrace_header() local 116 log_t log; in dump_backtrace_footer() local
|
D | utility.cpp | 71 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() 79 void _VLOG(log_t* log, enum logtype ltype, const char* fmt, va_list ap) { in _VLOG() 207 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { in dump_memory() 486 void log_backtrace(log_t* log, unwindstack::Unwinder* unwinder, const char* prefix) { in log_backtrace()
|
D | tombstone.cpp | 60 log_t log; in engrave_tombstone_ucontext() local 134 log_t log; in engrave_tombstone() local
|
D | open_files_list.cpp | 121 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix) { in dump_open_files_list()
|
/system/chre/host/test/hal_generic/aidl/ |
D | event_logger_test.cc | 61 TestEventLogger log; in TEST() local 76 TestEventLogger log; in TEST() local 89 TestEventLogger log; in TEST() local 103 TestEventLogger log; in TEST() local 118 TestEventLogger log; in TEST() local 133 TestEventLogger log; in TEST() local
|
/system/core/init/ |
D | bootchart.cpp | 93 static void log_uptime(FILE* log) { in log_uptime() 97 static void log_file(FILE* log, const char* procfile) { in log_file() 106 static void log_processes(FILE* log) { in log_processes()
|
/system/media/audio_utils/include/audio_utils/ |
D | SimpleLog.h | 67 void log(const char *format, ...) in log() function 88 void log(int64_t nowNs, const char *format, ...) in log() function
|
D | ErrorLog.h | 71 void log(const T &code, int64_t nowNs) in log() function
|
/system/security/keystore/ |
D | test-keystore | 28 function log() { function
|
/system/chre/platform/linux/include/chre/platform/linux/ |
D | platform_log.h | 43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log() function
|
/system/chre/pal/include/chre/pal/ |
D | system.h | 80 void (*log)(enum chreLogLevel level, const char *formatStr, ...); member
|
/system/libhidl/base/ |
D | HidlInternal.cpp | 57 void HidlInstrumentor::configureInstrumentation(bool log) { in configureInstrumentation()
|
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/ |
D | native-lib.cpp | 26 static void log(const char* msg) { in log() function
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 55 BpLoggableInterface::TransactionLog log; in TEST_F() local
|
D | aidl_test_client_ndk_loggable_interface.cpp | 61 BpLoggableInterface::TransactionLog log; in TEST_F() local
|
/system/netd/include/binder_utils/ |
D | BinderUtil.h | 69 void binderCallLogFn(const LogType& log, const LogFn& logFn) { in binderCallLogFn()
|
/system/core/libutils/ |
D | CallStack.cpp | 53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log() function in android::CallStack
|
D | ProcessCallStack.cpp | 192 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log() function in android::ProcessCallStack
|
/system/chre/platform/shared/ |
D | log_buffer_manager.cc | 109 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log() function in chre::LogBufferManager
|
/system/chre/core/ |
D | ble_request_manager.cc | 122 BleRequestLog log(SystemTime::getMonotonicTime(), instanceId, enabled, in addBleRequestLog() local 455 const auto &log = mBleRequestLogs[static_cast<size_t>(i)]; in logStateToBuffer() local
|
/system/chre/host/common/ |
D | log_message_parser.cc | 136 void LogMessageParser::log(const uint8_t *logBuffer, size_t logBufferSize) { in log() function in android::chre::LogMessageParser
|
/system/extras/simpleperf/scripts/test/ |
D | test_utils.py | 73 def log(cls, s: str): member in TestHelper
|
/system/core/libprocessgroup/ |
D | task_profiles_test.cpp | 154 auto log = captured_log.Log(); in TEST_P() local
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 234 TEST_F(MemunreachableTest, log) { in TEST_F() argument
|
/system/media/audio_utils/ |
D | PowerLog.cpp | 64 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) in log() function in android::PowerLog
|