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

/system/media/opensles/libopensles/
H A Dandroid_SfPlayer.h103 void setDataSource(const char *uri);
104 void setDataSource(const int fd, const int64_t offset, const int64_t length);
H A Dandroid_SfPlayer.cpp138 void SfPlayer::setDataSource(const char *uri) { function in class:android::SfPlayer
145 SL_LOGE("SfPlayer::setDataSource: not enough memory to allocator URI string");
154 void SfPlayer::setDataSource(const int fd, const int64_t offset, const int64_t length) { function in class:android::SfPlayer
163 SL_LOGE("SfPlayer::setDataSource: fstat(%d) failed: %d, %s", fd, ret, strerror(errno));
168 SL_LOGE("SfPlayer::setDataSource: invalid offset");
H A Dandroid_AudioPlayer.cpp1079 pAudioPlayer->mSfPlayer->setDataSource(
1084 pAudioPlayer->mSfPlayer->setDataSource(

Completed in 90 milliseconds