Searched refs:isUnsupportedFile_ (Results 1 – 4 of 4) sorted by relevance
129 [this]() { return isPrepared_ || isReleased_ || isUnsupportedFile_; }); in PrepareSound()131 CHECK_AND_RETURN_RET_LOG(!isUnsupportedFile_, MSERR_UNSUPPORT_FILE, in PrepareSound()285 isUnsupportedFile_ = true; in NotifyErrorEvent()
114 [this]() { return isPrepared_ || isReleased_ || isUnsupportedFile_; }); in ResetAVPlayer()116 …CHECK_AND_RETURN_RET_LOG(!isUnsupportedFile_, MSERR_UNSUPPORT_FILE, "Unsupported file when prepari… in ResetAVPlayer()281 isUnsupportedFile_ = true; in NotifyErrorEvent()
73 bool isUnsupportedFile_ = false; variable
71 bool isUnsupportedFile_ = false; variable