Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp78 SocketFunctionType libcSocket = nullptr; variable
191 int socketFd = libcSocket(domain, type, protocol); in netdClientSocket()
273 const auto socketFunc = libcSocket ? libcSocket : socket; in setNetworkForTarget()
301 const auto socketFunc = libcSocket ? libcSocket : socket; in dns_open_proxy()
423 HOOK_ON_FUNC(function, libcSocket, netdClientSocket); in netdClientInitSocket()