Home | History | Annotate | Download | only in android

Lines Matching full:player

39         StreamPlayer * /* const sp<StreamPlayer> & */ player) :
43 mPlayer(player)
186 const sp<StreamPlayer> player(mPlayer.promote());
187 if (player != NULL) {
189 player->seek(ANDROID_UNKNOWN_TIME);
265 const sp<StreamPlayer> player(mPlayer.promote());
266 if (player != NULL) {
267 player->queueRefilled();
367 * Asynchronously notify the player that the queue is ready to be pulled from.
370 // async notification that the ABQ was refilled: the player should pull from the ABQ, and
391 SL_LOGE("media player service failed to create player by app proxy");
408 // player had starved the shared memory)