Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp437 const HfpAgSystemInterface &systemInterface = HfpAgSystemInterface::GetInstance(); in IsAudioIdle() local
438 if (systemInterface.IsInCall()) { in IsAudioIdle()
442 if (systemInterface.IsRinging()) { in IsAudioIdle()
716 const HfpAgSystemInterface &systemInterface = HfpAgSystemInterface::GetInstance(); in IsIncall() local
717 return (systemInterface.IsInCall() || (systemInterface.IsRinging() && IsInbandRinging())); in IsIncall()
908 const HfpAgSystemInterface &systemInterface = HfpAgSystemInterface::GetInstance(); in CloseVoiceRecognitionByHf() local
909 systemInterface.StopVoiceRecogition(address); in CloseVoiceRecognitionByHf()