OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:receiveLine
(Results
1 - 4
of
4
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPInputStream.java
45
String line = client.
receiveLine
(session.getStdout());
SCPClient.java
94
String err =
receiveLine
(is);
98
protected String
receiveLine
(InputStream is) throws IOException
/frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h
108
bool
receiveLine
(AString *line);
ARTSPConnection.cpp
561
bool ARTSPConnection::
receiveLine
(AString *line) {
613
if (!
receiveLine
(&statusLine)) {
675
if (!
receiveLine
(&line)) {
Completed in 157 milliseconds