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

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp485 ssize_t atPos = line.find("@", colonPos + 1); local
488 if (atPos < 0) {
491 lenStr = AString(line, colonPos + 1, atPos - colonPos - 1);
504 if (atPos >= 0) {
505 AString offStr = AString(line, atPos + 1, line.size() - atPos - 1);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp82 ssize_t atPos = host->find("@"); local
84 if (atPos >= 0) {
87 AString userPass(*host, 0, atPos);
88 host->erase(0, atPos + 1);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp152 ssize_t atPos = host->find("@"); local
154 if (atPos >= 0) {
157 AString userPass(*host, 0, atPos);
158 host->erase(0, atPos + 1);

Completed in 7064 milliseconds