Home
last modified time | relevance | path

Searched refs:audioCompPrivacy_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp292 if (audioCompPrivacy_ != nullptr && audioCompPrivacy_->GetPageFlag()) { in StopPrivacy()
293 audioCompPrivacy_->StopPrivacePage("mic"); in StopPrivacy()
294 audioCompPrivacy_->SetPageFlagFalse(); in StopPrivacy()
370 if (audioCompPrivacy_ == nullptr && item.first == DHType::AUDIO) { in StartSink()
371 audioCompPrivacy_ = std::make_shared<ComponentPrivacy>(); in StartSink()
372 item.second->RegisterPrivacyResources(audioCompPrivacy_); in StartSink()
404 if (audioCompPrivacy_ == nullptr && dhType == DHType::AUDIO) { in StartSink()
405 audioCompPrivacy_ = std::make_shared<ComponentPrivacy>(); in StartSink()
406 compSink_[dhType]->RegisterPrivacyResources(audioCompPrivacy_); in StartSink()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h146 std::shared_ptr<ComponentPrivacy> audioCompPrivacy_ = nullptr; member in OHOS::DistributedHardware::ComponentManager

Completed in 3 milliseconds