Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:setLooping

948     p->setLooping(mLoop);
1120 status_t MediaPlayerService::Client::setLooping(int loop)
1122 ALOGV("[%d] setLooping(%d)", mConnId, loop);
1125 if (p != 0) return p->setLooping(loop);