Searched refs:mRemoteIP (Results 1 – 2 of 2) sorted by relevance
238 CHECK(msg->findString("client-ip", &mClientInfo.mRemoteIP)); in onMessageReceived()241 if (mClientInfo.mRemoteIP == mClientInfo.mLocalIP) { in onMessageReceived()1273 mClientInfo.mRemoteIP.c_str(), in onSetupRequest()1727 mClientInfo.mRemoteIP.c_str(), mHDCPPort); in makeHDCP()1729 err = mHDCP->initAsync(mClientInfo.mRemoteIP.c_str(), mHDCPPort); in makeHDCP()
149 AString mRemoteIP; member