Searched refs:notifyProcessStatusFunc_ (Results 1 – 2 of 2) sorted by relevance
84 …notifyProcessStatusFunc_ = 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()
84 NotifyProcessStatusFunc notifyProcessStatusFunc_ = nullptr; variable