Home
last modified time | relevance | path

Searched refs:isNeedNotifyCaller (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp149 bool isNeedNotifyCaller; in OnForceShutDown() local
151 (void)info.param->GetValue("isNeedNotifyCaller", isNeedNotifyCaller); in OnForceShutDown()
152 codec_->ForceShutdown(generation, isNeedNotifyCaller); in OnForceShutDown()
640 stopMsg->SetValue("isNeedNotifyCaller", true); in OnShutDown()
735 stopMsg->SetValue("isNeedNotifyCaller", false); in OnFlush()
858 stopMsg->SetValue("isNeedNotifyCaller", true); in OnShutDown()
H A Dhcodec.h520 int32_t ForceShutdown(int32_t generation, bool isNeedNotifyCaller);
H A Dhcodec.cpp1189 int32_t HCodec::ForceShutdown(int32_t generation, bool isNeedNotifyCaller) in ForceShutdown() argument
1198 notifyCallerAfterShutdownComplete_ = isNeedNotifyCaller; in ForceShutdown()

Completed in 7 milliseconds