Home
last modified time | relevance | path

Searched refs:mAuthType (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DNonEAPInnerAuth.java52 private final int mAuthType; field in NonEAPInnerAuth
56 mAuthType = authType; in NonEAPInnerAuth()
97 return mAuthType == that.mAuthType; in equals()
102 return mAuthType; in hashCode()
107 return "NonEAPInnerAuth{mAuthType=" + mAuthType + "}"; in toString()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp51 mAuthType(NONE), in ARTSPConnection()
328 mAuthType = NONE; in performDisconnect()
737 if (mAuthType == NONE && mUser.size() > 0 in receiveRTSPReponse()
899 mAuthType = BASIC; in parseAuthMethod()
903 mAuthType = DIGEST; in parseAuthMethod()
959 if (mAuthType == NONE) { in addAuthentication()
967 if (mAuthType == BASIC) { in addAuthentication()
986 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
DMyTransmitter.h83 mAuthType(NONE), in MyTransmitter()
275 mAuthType = BASIC; in authenticate()
278 mAuthType = DIGEST; in authenticate()
294 if (mAuthType == NONE) { in addAuthentication()
298 if (mAuthType == BASIC) { in addAuthentication()
303 CHECK_EQ((int)mAuthType, (int)DIGEST); in addAuthentication()
385 if (mAuthType != NONE) { in onMessageReceived()
844 AuthType mAuthType; in onMessageReceived() member
DARTSPConnection.h83 AuthType mAuthType; member