Home
last modified time | relevance | path

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

/system/netd/include/binder_utils/
DBinderUtil.h66 using LogFn = std::function<void(const std::string& msg)>; variable
69 void binderCallLogFn(const LogType& log, const LogFn& logFn) { in binderCallLogFn()