Home
last modified time | relevance | path

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

/system/netd/include/binder_utils/
DBinderUtil.h62 void binderCallLogFn(const LogType& log, const LogFn& logFn) { in binderCallLogFn() function
/system/netd/server/
DNetdNativeService.cpp176 binderCallLogFn(log, [](const std::string& msg) { gLog.info("%s", msg.c_str()); }); in NetdNativeService()