Home
last modified time | relevance | path

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

/device/generic/goldfish/network/wifi_forwarder/
Dlocal_connection.h58 static int staticOnMessage(struct nl_msg* msg, void* context);
Dlocal_connection.cpp64 res = mNetlinkSocket.setOnMsgInCallback(staticOnMessage, this); in init()
239 int LocalConnection::staticOnMessage(struct nl_msg* msg, void* context) { in staticOnMessage() function in LocalConnection