Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h201 bool GetIsInVoIPCall();
H A Dscreen_capture_server.cpp980 !audioSource_->GetIsInVoIPCall()) { in StartFileInnerAudioCapture()
1002 micCapture->SetIsInVoIPCall(audioSource_->GetIsInVoIPCall()); in StartFileMicAudioCapture()
2228 audioSource_ && audioSource_->GetSpeakerAliveStatus() && !audioSource_->GetIsInVoIPCall()) { in SetMicrophoneOn()
2259 …!audioSource_->GetIsInVoIPCall() && innerAudioCapture_->GetAudioCapturerState() == CAPTURER_RECORD… in OnSpeakerAliveStatusChanged()
2913 bool AudioDataSource::GetIsInVoIPCall() in GetIsInVoIPCall() function in OHOS::Media::AudioDataSource