OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeUDPSocket
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTPSession.h
62
static int
MakeUDPSocket
(unsigned port);
ARTPSession.cpp
77
int rtpSocket =
MakeUDPSocket
(port);
78
int rtcpSocket =
MakeUDPSocket
(port + 1);
100
int ARTPSession::
MakeUDPSocket
(unsigned port) {
Completed in 249 milliseconds