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

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h81 AuthType mAuthType; member in struct:android::ARTSPConnection
H A DARTSPConnection.cpp48 mAuthType(NONE),
321 mAuthType = NONE;
727 if (mAuthType == NONE && mUser.size() > 0
888 mAuthType = BASIC;
897 mAuthType = DIGEST;
955 if (mAuthType == NONE) {
963 if (mAuthType == BASIC) {
983 CHECK_EQ((int)mAuthType, (int)DIGEST);
H A DMyTransmitter.h82 mAuthType(NONE),
272 mAuthType = BASIC;
275 mAuthType = DIGEST;
291 if (mAuthType == NONE) {
295 if (mAuthType == BASIC) {
300 CHECK_EQ((int)mAuthType, (int)DIGEST);
382 if (mAuthType != NONE) {
841 AuthType mAuthType; local

Completed in 208 milliseconds