Home
last modified time | relevance | path

Searched refs:getCallStackStringForTid (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/utils/
DMediaUtilsDelayedLibrary.cpp23 std::string getCallStackStringForTid(pid_t tid) { in getCallStackStringForTid() function
33 getCallStackStringForTid,
DMediaUtilsDelayed.cpp49 std::string getCallStackStringForTid(pid_t tid) { in getCallStackStringForTid() function
52 return delayedDispatchTable->getCallStackStringForTid(tid); in getCallStackStringForTid()
DMediaUtilsDelayedLibrary.h29 std::string (*getCallStackStringForTid)(pid_t tid); member
DTimerThread.cpp73 .append(getCallStackStringForTid(timeoutTid)).append("]"); in toString()
79 .append(getCallStackStringForTid(suspectTid)).append("]"); in toString()
99 .append(getCallStackStringForTid(tid)).append("] }\n"); in toString()
/frameworks/av/media/utils/include/mediautils/
DMediaUtilsDelayed.h29 std::string getCallStackStringForTid(pid_t tid);