Searched refs:addAuthentication (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 225 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()
|
D | ARTSPConnection.h | 114 void addAuthentication(AString *request);
|
D | ARTSPConnection.cpp | 428 addAuthentication(&request); in onSendRequest() 969 void ARTSPConnection::addAuthentication(AString *request) { in addAuthentication() function in android::ARTSPConnection
|