Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/emugl/common/
Dsockets.h36 int socketLocalClient(const char* path, int socketType);
Dsockets.cpp181 int socketLocalClient(const char* path, int socketType) { in socketLocalClient() function
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DUnixStream.cpp128 m_sock = emugl::socketLocalClient(addr, SOCK_STREAM); in connect()