Home
last modified time | relevance | path

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

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