Home
last modified time | relevance | path

Searched refs:TelephoneService (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h65 class TelephoneService { class
67 static TelephoneService *GetInstance();
212 TelephoneService() = default;
213 ~TelephoneService() = default;
215 TelephoneService(const TelephoneService &) = delete;
216 TelephoneService &operator=(const TelephoneService &) = delete;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/
H A Dstub.cpp82 TelephoneService *TelephoneService::GetInstance() in GetInstance()
84 static TelephoneService instance; in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp283 return stub::TelephoneService::GetInstance()->StartVoiceRecognition(address); in StartVoiceRecognition()
289 return stub::TelephoneService::GetInstance()->StopVoiceRecogition(address); in StopVoiceRecogition()
295 return stub::TelephoneService::GetInstance()->SetAudioParameters(parameters); in SetAudioParameters()
301 stub::TelephoneService::GetInstance()->SetStreamVolume(streamType, volume, flag); in SetStreamVolume()
307 std::string number = stub::TelephoneService::GetInstance()->GetLastDialNumber(); in GetLastDialNumber()
699 stub::TelephoneService::GetInstance()->NotifyHfEnhancedDriverSafety(indValue); in SendHfIndicator()
702 stub::TelephoneService::GetInstance()->NotifyHfBatteryLevel(indValue); in SendHfIndicator()

Completed in 4 milliseconds