Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching full:isplaying

871 status_t MediaPlayerService::Client::isPlaying(bool* state)
876 *state = p->isPlaying();
877 ALOGV("[%d] isPlaying: %d", mConnId, *state);