Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:setLooping

943     p->setLooping(mLoop);
1026 status_t MediaPlayerService::Client::setLooping(int loop)
1028 LOGV("[%d] setLooping(%d)", mConnId, loop);
1031 if (p != 0) return p->setLooping(loop);