Searched refs:hdiKeySystem_ (Results 1 – 2 of 2) sorted by relevance
37 hdiKeySystem_ = hdiKeySystem; in MediaKeySystemService()45 hdiKeySystem_ = hdiKeySystem; in MediaKeySystemService()57 if (hdiKeySystem_ != nullptr) { in ~MediaKeySystemService()86 if (hdiKeySystem_ != nullptr) { in CloseMediaKeySystemServiceByCallback()88 hdiKeySystem_->Destroy(); in CloseMediaKeySystemServiceByCallback()89 hdiKeySystem_ = nullptr; in CloseMediaKeySystemServiceByCallback()148 ret = hdiKeySystem_->ProcessKeySystemResponse(response); in ProcessKeySystemResponse()324 ret = hdiKeySystem_->GetStatistics(tmpStatistics); in GetStatistics()447 if (hdiKeySystem_ != nullptr) { in SetCallback()448 return hdiKeySystem_->SetCallback(this); in SetCallback()[all …]
91 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> hdiKeySystem_; variable