HomeSort by relevance Sort by last modified time
    Searched full:addauthentication (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 113 void addAuthentication(AString *request);
MyTransmitter.h 222 addAuthentication(&request, "ANNOUNCE", mStreamURL.c_str());
289 void addAuthentication(
408 addAuthentication(&request, "SETUP", mTrackURL.c_str());
531 addAuthentication(&request, "RECORD", mStreamURL.c_str());
582 addAuthentication(&request, "RECORD", mStreamURL.c_str());
698 addAuthentication(&request, "PAUSE", mStreamURL.c_str());
749 addAuthentication(&request, "TEARDOWN", mStreamURL.c_str());
ARTSPConnection.cpp 425 addAuthentication(&request);
965 void ARTSPConnection::addAuthentication(AString *request) {

Completed in 128 milliseconds