Home
last modified time | relevance | path

Searched refs:remoteIp (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.h43 String8& remoteIp, int remotePort,
160 void makeSocketPairAndBind(String8& localIp, int localPort, String8& remoteIp, int remotePort);
DARTPConnection.cpp172 int *rtpSocket, int *rtcpSocket, const char *localIp, const char *remoteIp, in MakeRTPSocketPair() argument
251 inet_pton(AF_INET6, remoteIp, &addr6.sin6_addr); in MakeRTPSocketPair()
256 addr4.sin_addr.s_addr = inet_addr(remoteIp); in MakeRTPSocketPair()
260 ALOGI("rtp socket successfully connected to remote=%s:%d", remoteIp, remotePort); in MakeRTPSocketPair()
262 ALOGE("failed to connect rtp socket to remote addr=%s:%d err=%s", remoteIp, in MakeRTPSocketPair()
273 ALOGI("rtcp socket successfully connected to remote=%s:%d", remoteIp, remotePort + 1); in MakeRTPSocketPair()
275 ALOGE("failed to connect rtcp socket addr=%s:%d err=%s", remoteIp, in MakeRTPSocketPair()
DARTPConnection.h62 const char *localIp, const char *remoteIp,
DARTPWriter.cpp126 ARTPWriter::ARTPWriter(int fd, String8& localIp, int localPort, String8& remoteIp, in ARTPWriter() argument
141 makeSocketPairAndBind(localIp, localPort, remoteIp , remotePort); in ARTPWriter()
1588 String8& remoteIp, int remotePort) { in makeSocketPairAndBind() argument
1618 inet_pton(AF_INET6, remoteIp.string(), &mRTPAddr6.sin6_addr); in makeSocketPairAndBind()
1633 mRTPAddr.sin_addr.s_addr = inet_addr(remoteIp.string()); in makeSocketPairAndBind()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h241 status_t setParamRtpRemoteIp(const String8 &remoteIp);
DStagefrightRecorder.cpp835 status_t StagefrightRecorder::setParamRtpRemoteIp(const String8 &remoteIp) { in setParamRtpRemoteIp() argument
836 ALOGV("setParamVideoRemoteIp: %s", remoteIp.string()); in setParamRtpRemoteIp()
838 mRemoteIp.setTo(remoteIp.string()); in setParamRtpRemoteIp()