Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp25 HfpHfStateMachine::HfpHfStateMachine(const std::string &address) in HfpHfStateMachine() function in OHOS::bluetooth::HfpHfStateMachine
29 void HfpHfStateMachine::Init() in Init()
502 void HfpHfStateMachine::ProcessRejectCall() in ProcessRejectCall()
521 void HfpHfStateMachine::PrecessSendKeyPressed() in PrecessSendKeyPressed()
557 void HfpHfStateMachine::ProcessDialLastNumber() in ProcessDialLastNumber()
581 void HfpHfStateMachine::ProcessHoldCall() in ProcessHoldCall()
704 void HfpHfStateMachine::NotifyStateTransitions() in NotifyStateTransitions()
752 void HfpHfStateMachine::SyncScoEvents(int state) in SyncScoEvents()
780 bool HfpHfStateMachine::GetIsInbandRing() const in GetIsInbandRing()
785 int HfpHfStateMachine::GetVolume() const in GetVolume()
[all …]
H A Dhfp_hf_statemachine.h35 class HfpHfStateMachine : public utility::StateMachine {
42 explicit HfpHfStateMachine(const std::string &address);
47 ~HfpHfStateMachine() = default;
393 BT_DISALLOW_COPY_AND_ASSIGN(HfpHfStateMachine);
401 stateInt_(stateInt), stateMachine_((HfpHfStateMachine &)statemachine) {} in HfpHfState()
405 stateInt_(stateInt), stateMachine_((HfpHfStateMachine &)statemachine) {} in HfpHfState()
417 HfpHfStateMachine &stateMachine_;
H A Dhfp_hf_service.h598 std::map<const std::string, std::unique_ptr<HfpHfStateMachine>> stateMachines_ {};
H A Dhfp_hf_service.cpp678 stateMachines_[event.dev_] = std::make_unique<HfpHfStateMachine>(event.dev_); in ProcessConnectEvent()