Searched refs:pending_play_ (Results 1 – 2 of 2) sorted by relevance
34 pending_play_(false), in MediaPlayerBridge()211 pending_play_ = true; in Start()217 pending_play_ = true; in Start()223 pending_play_ = false; in Pause()228 pending_play_ = false; in Pause()234 return pending_play_; in IsPlaying()295 pending_play_ = false; in Release()354 if (pending_play_) { in OnMediaPrepared()356 pending_play_ = false; in OnMediaPrepared()
132 bool pending_play_; variable