Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:setLooping

1040     p->setLooping(mLoop);
1123 status_t MediaPlayerService::Client::setLooping(int loop)
1125 LOGV("[%d] setLooping(%d)", mConnId, loop);
1128 if (p != 0) return p->setLooping(loop);