Home
last modified time | relevance | path

Searched refs:CallStack (Results 1 – 7 of 7) sorted by relevance

/system/core/libutils/
DCallStack.cpp30 CallStack::CallStack() { in CallStack() function in android::CallStack
33 CallStack::CallStack(const char* logtag, int32_t ignoreDepth) { in CallStack() function in android::CallStack
38 CallStack::~CallStack() { in ~CallStack()
41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update()
53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log()
58 void CallStack::dump(int fd, int indent, const char* prefix) const { in dump()
63 String8 CallStack::toString(const char* prefix) const { in toString()
72 void CallStack::print(Printer& printer) const { in print()
83 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal()
84 CallStack::CallStackUPtr stack(new CallStack()); in getCurrentInternal()
[all …]
DRefBase.cpp200 CallStack::logStack(LOG_TAG, refs->stack.get()); in ~weakref_impl()
214 CallStack::logStack(LOG_TAG, refs->stack.get()); in ~weakref_impl()
221 CallStack::logStack(LOG_TAG); in ~weakref_impl()
310 CallStack::CallStackUPtr stack;
327 ref->stack = CallStack::getCurrent(2); in addRef()
362 CallStack::logStack(LOG_TAG); in removeRef()
389 out->append(CallStack::stackToString("\t\t", refs->stack.get())); in printRefsLocked()
722 CallStack::logStack(LOG_TAG); in ~RefBase()
DAndroid.bp166 "CallStack.cpp",
/system/core/libutils/include/utils/
DCallStack.h48 class CallStack {
51 CallStack();
54 CallStack(const char* logtag, int32_t ignoreDepth = 1);
55 ~CallStack();
94 void operator()(CallStack* stack) { in operator()
98 void operator()(CallStack*) {}
102 typedef std::unique_ptr<CallStack, StackDeleter> CallStackUPtr;
121 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* stack = getCurrent().get(),
131 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* = getCurrent().get(),
139 const CallStack* stack = getCurrent().get()) {
[all …]
DProcessCallStack.h67 CallStack callStack;
/system/libhidl/base/
DStatus.cpp172CallStack::logStack("unchecked HIDL return", CallStack::getCurrent(10).get(), ANDROID_LOG_ERROR); in ~return_status()
/system/libhwbinder/
DIPCThreadState.cpp651 CallStack::logStack("non-oneway call", CallStack::getCurrent(10).get(), in transact()