Searched refs:logStackInternal (Results 1 – 2 of 2) sorted by relevance
124 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,
101 void CallStack::logStackInternal(const char* logtag, const CallStack* stack, in logStackInternal() function in android::CallStack