OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp
24
#define
STREAM_BUFFER_SIZE
4*1024*1024
64
QemuPipeStream *stream = new QemuPipeStream(
STREAM_BUFFER_SIZE
);
80
TcpStream *stream = new TcpStream(
STREAM_BUFFER_SIZE
);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp
26
#define
STREAM_BUFFER_SIZE
4*1024*1024
63
ReadBuffer readBuf(m_stream,
STREAM_BUFFER_SIZE
);
Completed in 52 milliseconds