Searched refs:mSocketFd (Results 1 – 1 of 1) sorted by relevance
246 int mSocketFd = ::socket(AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in triggerOpenSession() local248 localEndPoint.rtpFd = ndk::ScopedFileDescriptor(mSocketFd); in triggerOpenSession()