Searched refs:SetHfVolume (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_client_service.h | 53 void SetHfVolume(int type, int volume) in SetHfVolume() function in stub::TelePhoneClientService
|
H A D | telephone_service.h | 131 bool SetHfVolume(int type, int volume) in SetHfVolume() function in stub::TelephoneService
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile.h | 204 bool SetHfVolume(int volume, int type);
|
H A D | hfp_hf_service.h | 345 void SetHfVolume(int volume, int type);
|
H A D | hfp_hf_statemachine.cpp | 261 profile_.SetHfVolume(event.arg1_, event.arg3_); in Dispatch() 759 profile_.SetHfVolume(spkVolume, HFP_HF_VOLUME_TYPE_SPK); in SyncScoEvents() 760 profile_.SetHfVolume(micVolume, HFP_HF_VOLUME_TYPE_MIC); in SyncScoEvents()
|
H A D | hfp_hf_service.cpp | 44 service_.SetHfVolume(volume, type); 608 void HfpHfService::SetHfVolume(int volume, int type) in SetHfVolume() function in OHOS::bluetooth::HfpHfService
|
H A D | hfp_hf_profile.cpp | 273 bool HfpHfProfile::SetHfVolume(int volume, int type) in SetHfVolume() function in OHOS::bluetooth::HfpHfProfile
|
Completed in 6 milliseconds