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

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp478 ssize_t atPos = line.find("@", colonPos + 1); local
481 if (atPos < 0) {
484 lenStr = AString(line, colonPos + 1, atPos - colonPos - 1);
497 if (atPos >= 0) {
498 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 139 milliseconds