OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODEC_SERVER_PORT
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
codec_defs.h
19
#define
CODEC_SERVER_PORT
22468
/sdk/emulator/opengl/shared/OpenglCodecCommon/
codec_defs.h
19
#define
CODEC_SERVER_PORT
22468
/sdk/emulator/opengl/tests/ut_renderer/
ut_renderer.cpp
33
if (socket->listen(
CODEC_SERVER_PORT
) < 0) {
40
if (socket->listen(
CODEC_SERVER_PORT
) < 0) {
46
printf("waiting for client connection on port: %d\n",
CODEC_SERVER_PORT
);
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.cpp
104
if (tcpStream->connect(hostname,
CODEC_SERVER_PORT
) < 0) {
Completed in 807 milliseconds