Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h82 mAuthType(NONE), in MyTransmitter()
272 mAuthType = BASIC; in authenticate()
275 mAuthType = DIGEST; in authenticate()
291 if (mAuthType == NONE) { in addAuthentication()
295 if (mAuthType == BASIC) { in addAuthentication()
300 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
382 if (mAuthType != NONE) { in onMessageReceived()
841 AuthType mAuthType; in onMessageReceived() member
DARTSPConnection.cpp48 mAuthType(NONE), in ARTSPConnection()
321 mAuthType = NONE; in performDisconnect()
727 if (mAuthType == NONE && mUser.size() > 0 in receiveRTSPReponse()
888 mAuthType = BASIC; in parseAuthMethod()
897 mAuthType = DIGEST; in parseAuthMethod()
955 if (mAuthType == NONE) { in addAuthentication()
963 if (mAuthType == BASIC) { in addAuthentication()
983 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
DARTSPConnection.h81 AuthType mAuthType; member