Searched refs:mRtcpSocketFd (Results 1 – 1 of 1) sorted by relevance
247 int mRtcpSocketFd = ::socket(AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in triggerOpenSession() local249 localEndPoint.rtcpFd = ndk::ScopedFileDescriptor(mRtcpSocketFd); in triggerOpenSession()