Home
last modified time | relevance | path

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

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