OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mToClient
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsThreadIO.cpp
42
mToClient
.init();
67
mToClient
.shutdown();
188
mToClient
.read(&mLastClientHeader, sizeof(mLastClientHeader));
205
mToClient
.read(data, receiveLen[0]);
220
mToClient
.writeAsync(&hdr, sizeof(hdr));
222
mToClient
.writeAsync(data, dataLen);
rsThreadIO.h
86
FifoSocket
mToClient
;
Completed in 41 milliseconds