Searched refs:callstackPtr (Results 1 – 1 of 1) sorted by relevance
37 android::CallStack* callstackPtr = callStack.get(); in LLVMFuzzerTestOneInput() local38 android::CallStack::logStack(logTagChars, callstackPtr, in LLVMFuzzerTestOneInput()42 callstackPtr->log(logTagChars, static_cast<android_LogPriority>(logPriority), prefixChars); in LLVMFuzzerTestOneInput()43 callstackPtr->clear(); in LLVMFuzzerTestOneInput()44 callstackPtr->getCurrent(ignoreDepth); in LLVMFuzzerTestOneInput()45 callstackPtr->log(logTagChars, static_cast<android_LogPriority>(logPriority), prefixChars); in LLVMFuzzerTestOneInput()46 callstackPtr->update(ignoreDepth, tid); in LLVMFuzzerTestOneInput()47 callstackPtr->log(logTagChars, static_cast<android_LogPriority>(logPriority), prefixChars); in LLVMFuzzerTestOneInput()