Lines Matching refs:url
797 const char *url,
800 ALOGV("setDataSource(%s)", url);
801 if (url == NULL)
804 if ((strncmp(url, "http://", 7) == 0) ||
805 (strncmp(url, "https://", 8) == 0) ||
806 (strncmp(url, "rtsp://", 7) == 0)) {
812 if (strncmp(url, "content://", 10) == 0) {
816 String16 url16(url);
820 ALOGE("Couldn't open fd for %s", url);
827 player_type playerType = MediaPlayerFactory::getPlayerType(this, url);
835 p, p->setDataSource(httpService, url, headers));