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