Home
last modified time | relevance | path

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

/ohos5.0/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()
H A Dhcodec.cpp1182 int32_t HCodec::ForceShutdown(int32_t generation, bool isNeedNotifyCaller) in ForceShutdown() argument
1191 notifyCallerAfterShutdownComplete_ = isNeedNotifyCaller; in ForceShutdown()
H A Dhcodec.h520 int32_t ForceShutdown(int32_t generation, bool isNeedNotifyCaller);