Home
last modified time | relevance | path

Searched refs:notifyCallerAfterShutdownComplete_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp211 codec_->notifyCallerAfterShutdownComplete_ = false; in OnStateEntered()
222 if (codec_->notifyCallerAfterShutdownComplete_) { in ProcessShutDownFromRunning()
228 codec_->notifyCallerAfterShutdownComplete_ = false; in ProcessShutDownFromRunning()
332 codec_->notifyCallerAfterShutdownComplete_ = false; in OnShutDown()
513 codec_->notifyCallerAfterShutdownComplete_ = true; in OnShutDown()
H A Dimage_codec.cpp908 notifyCallerAfterShutdownComplete_ = false; in ForceShutdown()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp198 codec_->notifyCallerAfterShutdownComplete_ = false; in OnStateEntered()
219 if (codec_->notifyCallerAfterShutdownComplete_) { in ProcessShutDownFromRunning()
225 codec_->notifyCallerAfterShutdownComplete_ = false; in ProcessShutDownFromRunning()
326 codec_->notifyCallerAfterShutdownComplete_ = false; in OnShutDown()
550 codec_->notifyCallerAfterShutdownComplete_ = true; in OnShutDown()
H A Dhcodec.cpp1191 notifyCallerAfterShutdownComplete_ = isNeedNotifyCaller; in ForceShutdown()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h424 bool notifyCallerAfterShutdownComplete_ = false; variable