Searched refs:remoteHost (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.h53 const char *remoteHost,
59 int32_t sessionID, const char *remoteHost, unsigned remotePort);
69 const char *remoteHost,
115 const char *remoteHost,
H A Dudptest.cpp37 void startClient(const char *remoteHost, unsigned remotePort);
85 void TestHandler::startClient(const char *remoteHost, unsigned remotePort) { argument
87 msg->setString("remoteHost", remoteHost);
96 AString remoteHost; local
97 CHECK(msg->findString("remoteHost", &remoteHost));
107 remoteHost.c_str(),
H A DANetworkSession.cpp613 NULL /* remoteHost */,
626 const char *remoteHost,
634 remoteHost,
647 NULL /* remoteHost */,
655 const char *remoteHost,
663 remoteHost,
704 const char *remoteHost,
766 struct hostent *ent= gethostbyname(remoteHost);
809 if (remoteHost != NULL) {
815 struct hostent *ent= gethostbyname(remoteHost);
624 createUDPSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
653 createTCPDatagramSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
700 createClientOrServer( Mode mode, const struct in_addr *localAddr, unsigned port, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
889 connectUDPSession( int32_t sessionID, const char *remoteHost, unsigned remotePort) argument
[all...]

Completed in 450 milliseconds