Home
last modified time | relevance | path

Searched defs:remoteIp (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/fuzzer/
Drtp_writer_fuzzer.cpp119 String8 remoteIp = String8(mFdp.ConsumeRandomLengthString(kMaxBytes).c_str()); in createARTPWriter() local
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp127 ARTPWriter::ARTPWriter(int fd, String8& localIp, int localPort, String8& remoteIp, in ARTPWriter()
1625 String8& remoteIp, int remotePort) { in makeSocketPairAndBind()
DARTPConnection.cpp187 int *rtpSocket, int *rtcpSocket, const char *localIp, const char *remoteIp, in MakeRTPSocketPair()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp842 status_t StagefrightRecorder::setParamRtpRemoteIp(const String8 &remoteIp) { in setParamRtpRemoteIp()