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

/frameworks/base/media/libstagefright/rtsp/
H A DARTSPConnection.h79 AuthType mAuthType; member in struct:android::ARTSPConnection
H A DARTSPConnection.cpp42 mAuthType(NONE),
300 mAuthType = NONE;
678 if (mAuthType == NONE && mUser.size() > 0
836 mAuthType = BASIC;
845 mAuthType = DIGEST;
903 if (mAuthType == NONE) {
911 if (mAuthType == BASIC) {
931 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 172 milliseconds