Home
last modified time | relevance | path

Searched defs:ignoreDepth (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DCallStack.cpp33 CallStack::CallStack(const char* logtag, int32_t ignoreDepth) { in CallStack()
41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update()
83 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal()
DProcessCallStack.cpp179 int ignoreDepth = (selfPid == tid) ? IGNORE_DEPTH_CURRENT_THREAD : 0; in update() local