Home
last modified time | relevance | path

Searched refs:addAuthentication (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h225 addAuthentication(&request, "ANNOUNCE", mStreamURL.c_str()); in issueAnnounce()
292 void addAuthentication( in addAuthentication() function
411 addAuthentication(&request, "SETUP", mTrackURL.c_str()); in onMessageReceived()
534 addAuthentication(&request, "RECORD", mStreamURL.c_str()); in onMessageReceived()
585 addAuthentication(&request, "RECORD", mStreamURL.c_str()); in onMessageReceived()
701 addAuthentication(&request, "PAUSE", mStreamURL.c_str()); in onMessageReceived()
752 addAuthentication(&request, "TEARDOWN", mStreamURL.c_str()); in onMessageReceived()
DARTSPConnection.h114 void addAuthentication(AString *request);
DARTSPConnection.cpp428 addAuthentication(&request); in onSendRequest()
969 void ARTSPConnection::addAuthentication(AString *request) { in addAuthentication() function in android::ARTSPConnection