HomeSort by relevance Sort by last modified time
    Searched refs:mAuthType (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 83 AuthType mAuthType;
ARTSPConnection.cpp 52 mAuthType(NONE),
329 mAuthType = NONE;
738 if (mAuthType == NONE && mUser.size() > 0
900 mAuthType = BASIC;
904 mAuthType = DIGEST;
960 if (mAuthType == NONE) {
968 if (mAuthType == BASIC) {
987 CHECK_EQ((int)mAuthType, (int)DIGEST);
MyTransmitter.h 83 mAuthType(NONE),
275 mAuthType = BASIC;
278 mAuthType = DIGEST;
294 if (mAuthType == NONE) {
298 if (mAuthType == BASIC) {
303 CHECK_EQ((int)mAuthType, (int)DIGEST);
385 if (mAuthType != NONE) {
844 AuthType mAuthType;

Completed in 171 milliseconds