Searched refs:staticOnMessage (Results 1 – 2 of 2) sorted by relevance
58 static int staticOnMessage(struct nl_msg* msg, void* context);
64 res = mNetlinkSocket.setOnMsgInCallback(staticOnMessage, this); in init()239 int LocalConnection::staticOnMessage(struct nl_msg* msg, void* context) { in staticOnMessage() function in LocalConnection