Lines Matching defs:setDataSource
138 status_t MediaPlayer::setDataSource(
141 ALOGV("setDataSource(%s)", url);
148 (NO_ERROR != player->setDataSource(url, headers))) {
157 status_t MediaPlayer::setDataSource(int fd, int64_t offset, int64_t length)
159 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
165 (NO_ERROR != player->setDataSource(fd, offset, length))) {
173 status_t MediaPlayer::setDataSource(const sp<IStreamSource> &source)
175 ALOGV("setDataSource");
181 (NO_ERROR != player->setDataSource(source))) {
487 // setDataSource has to be called again to create a