Home
last modified time | relevance | path

Searched refs:parseAuthMethod (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.h112 bool parseAuthMethod(const sp<ARTSPResponse> &response);
DARTSPConnection.cpp738 && parseAuthMethod(response)) { in receiveRTSPReponse()
889 bool ARTSPConnection::parseAuthMethod(const sp<ARTSPResponse> &response) { in parseAuthMethod() function in android::ARTSPConnection