Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DCallStack.h107 if (reinterpret_cast<uintptr_t>(getCurrentInternal) == 0) {
111 return getCurrentInternal(ignoreDepth);
155 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);
/system/core/libutils/
DCallStack.cpp83 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal() function in android::CallStack