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

/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);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp895 ssize_t atPos = line.find("@", colonPos + 1); local
898 if (atPos < 0) {
901 lenStr = AString(line, colonPos + 1, atPos - colonPos - 1);
914 if (atPos >= 0) {
915 AString offStr = AString(line, atPos + 1, line.size() - atPos - 1);

Completed in 278 milliseconds