Home
last modified time | relevance | path

Searched refs:isUnsupportedFile_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp129 [this]() { return isPrepared_ || isReleased_ || isUnsupportedFile_; }); in PrepareSound()
131 CHECK_AND_RETURN_RET_LOG(!isUnsupportedFile_, MSERR_UNSUPPORT_FILE, in PrepareSound()
285 isUnsupportedFile_ = true; in NotifyErrorEvent()
H A Daudio_haptic_sound_normal_impl.cpp114 [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()
H A Daudio_haptic_sound_low_latency_impl.h73 bool isUnsupportedFile_ = false; variable
H A Daudio_haptic_sound_normal_impl.h71 bool isUnsupportedFile_ = false; variable