Searched defs:remoteIp (Results 1 – 4 of 4) sorted by relevance
119 String8 remoteIp = String8(mFdp.ConsumeRandomLengthString(kMaxBytes).c_str()); in createARTPWriter() local
127 ARTPWriter::ARTPWriter(int fd, String8& localIp, int localPort, String8& remoteIp, in ARTPWriter()1625 String8& remoteIp, int remotePort) { in makeSocketPairAndBind()
187 int *rtpSocket, int *rtcpSocket, const char *localIp, const char *remoteIp, in MakeRTPSocketPair()
842 status_t StagefrightRecorder::setParamRtpRemoteIp(const String8 &remoteIp) { in setParamRtpRemoteIp()