Home
last modified time | relevance | path

Searched refs:logStackInternal (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DCallStack.h124 if (reinterpret_cast<uintptr_t>(logStackInternal) != 0 && stack != nullptr) {
125 logStackInternal(logtag, stack, priority);
158 static void CALLSTACK_WEAK logStackInternal(const char* logtag, const CallStack* stack,
/system/core/libutils/
DCallStack.cpp101 void CallStack::logStackInternal(const char* logtag, const CallStack* stack, in logStackInternal() function in android::CallStack