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;
737 if (mAuthType == NONE && mUser.size() > 0
899 mAuthType = BASIC;
908 mAuthType = DIGEST;
966 if (mAuthType == NONE) {
974 if (mAuthType == BASIC) {
994 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 42 milliseconds