Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/services/screen_capture/server/
Dscreen_capture_server.h236 bool GetIsInVoIPCall();
Dscreen_capture_server.cpp1052 !audioSource_->GetIsInVoIPCall()) { in StartFileInnerAudioCapture()
1074 micCapture->SetIsInVoIPCall(audioSource_->GetIsInVoIPCall()); in StartFileMicAudioCapture()
2566 audioSource_ && audioSource_->GetSpeakerAliveStatus() && !audioSource_->GetIsInVoIPCall()) { in SetMicrophoneOn()
2597 …!audioSource_->GetIsInVoIPCall() && innerAudioCapture_->GetAudioCapturerState() == CAPTURER_RECORD… in OnSpeakerAliveStatusChanged()
3306 bool AudioDataSource::GetIsInVoIPCall() in GetIsInVoIPCall() function in OHOS::Media::AudioDataSource