Searched refs:SfPlayer (Results 1 - 5 of 5) sorted by relevance

/system/media/opensles/libopensles/
H A Dandroid_SfPlayer.cpp35 SfPlayer::SfPlayer(AudioPlayback_Parameters *app) function in class:android::SfPlayer
66 SfPlayer::~SfPlayer() {
67 SL_LOGV("SfPlayer::~SfPlayer()");
94 void SfPlayer::armLooper() {
101 void SfPlayer::setNotifListener(const notif_client_t cbf, void* notifUser) {
107 void SfPlayer::notifyPrepared(status_t prepareRes) {
114 void SfPlayer
[all...]
H A Dandroid_SfPlayer.h80 struct SfPlayer : public AHandler { struct in namespace:android
81 SfPlayer(AudioPlayback_Parameters *app);
127 virtual ~SfPlayer();
226 DISALLOW_EVIL_CONSTRUCTORS(SfPlayer);
H A Dandroid_AudioPlayer.cpp393 // Callback associated with an SfPlayer of an SL ES AudioPlayer that gets its data
404 case(android::SfPlayer::kEventPrepared): {
416 // SfPlayer prepare() failed prefetching, there is no event in SLPrefetchStatus to
466 case(android::SfPlayer::kEventNewAudioTrack): {
469 // SfPlayer has a new AudioTrack, update our pointer copy and configure the new one before
472 // SfPlayer has a new AudioTrack, delete the old one and configure the new one before
493 case(android::SfPlayer::kEventPrefetchFillLevelUpdate): {
516 case(android::SfPlayer::kEventPrefetchStatusChange): {
529 if (data1 >= android::SfPlayer::kStatusIntermediate) {
534 } else if (data1 < android::SfPlayer
[all...]
H A DIEngine.c164 (void) new (&this->mSfPlayer) android::sp<android::SfPlayer>();
H A Dsles_allinclusive.h994 android::sp<android::SfPlayer> mSfPlayer;

Completed in 82 milliseconds