Searched defs:receive (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp122 int TCPStream::receive(void *data, size_t len) { function in class:android::gltrace::TCPStream
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp290 err = receive(&*it, true);
293 err = receive(&*it, false);
299 ALOGW("failed to receive RTP/RTCP datagram.");
373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { function in class:android::ARTPConnection
H A DARTSPConnection.cpp532 status_t ARTSPConnection::receive(void *data, size_t size) { function in class:android::ARTSPConnection
566 if (receive(&c, 1) != OK) {
591 if (receive(x, 3) != OK) {
596 if (receive(buffer->data(), buffer->size()) != OK) {
731 if (receive(response->mContent->data(), contentLength) != OK) {

Completed in 252 milliseconds