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

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h83 AuthType mAuthType; member in struct:android::ARTSPConnection
H A DARTSPConnection.cpp51 mAuthType(NONE),
328 mAuthType = NONE;
738 if (mAuthType == NONE && mUser.size() > 0
900 mAuthType = BASIC;
909 mAuthType = DIGEST;
967 if (mAuthType == NONE) {
975 if (mAuthType == BASIC) {
995 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 58 milliseconds