Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/emugl/common/
Dsockets.h28 int socketGetPort(int s);
Dsockets.cpp156 int socketGetPort(int s) { in socketGetPort() function
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DTcpStream.cpp48 int port = emugl::socketGetPort(m_sock); in listen()