Lines Matching refs:SfPlayer
393 // 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::kStatusIntermediate) {
547 case(android::SfPlayer::kEventEndOfStream): {
1070 pAudioPlayer->mSfPlayer = new android::SfPlayer(&app);
1153 // We don't own this audio track, SfPlayer does