Home
last modified time | relevance | path

Searched refs:mRemoteIP (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp238 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()
DWifiDisplaySource.h149 AString mRemoteIP; member