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
/development/tools/emulator/opengl/system/OpenglSystemCommon/
HostConnection.cpp
24
#define
STREAM_BUFFER_SIZE
4*1024*1024
64
QemuPipeStream *stream = new QemuPipeStream(
STREAM_BUFFER_SIZE
);
79
TcpStream *stream = new TcpStream(
STREAM_BUFFER_SIZE
);
/development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp
25
#define
STREAM_BUFFER_SIZE
4*1024*1024
56
ReadBuffer readBuf(m_stream,
STREAM_BUFFER_SIZE
);
Completed in 59 milliseconds