Searched refs:atPos (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp982 ssize_t atPos = line.find("@", colonPos + 1); local
985 if (atPos < 0) {
988 lenStr = AString(line, colonPos + 1, atPos - colonPos - 1);
1001 if (atPos >= 0) {
1002 AString offStr = AString(line, atPos + 1, line.size() - atPos - 1);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp155 ssize_t atPos = host->find("@"); local
157 if (atPos >= 0) {
160 AString userPass(*host, 0, atPos);
161 host->erase(0, atPos + 1);

Completed in 392 milliseconds