Home
last modified time | relevance | path

Searched refs:notifyProcessStatusFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server_manager.cpp84notifyProcessStatusFunc_ = reinterpret_cast<NotifyProcessStatusFunc>(dlsym(handle, NOTIFY_STATUS_F… in Init()
85 …CHECK_AND_RETURN_LOG(notifyProcessStatusFunc_ != nullptr, "Load notifyProcessStatusFunc failed:%{p… in Init()
223 …CHECK_AND_RETURN_LOG(notifyProcessStatusFunc_ != nullptr, "notify memory manager is nullptr, %{pub… in NotifyProcessStatus()
224 int32_t ret = notifyProcessStatusFunc_(pid_, 1, status, AV_CODEC_SERVICE_ID); in NotifyProcessStatus()
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/include/
H A Davcodec_server_manager.h84 NotifyProcessStatusFunc notifyProcessStatusFunc_ = nullptr; variable