Home
last modified time | relevance | path

Searched refs:A2DP_PROFILE_OPEN (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h35 const std::string A2DP_PROFILE_OPEN = "A2dpStateOpen"; member
706 std::unique_ptr<StateMachine::State> open = std::make_unique<A2dpStateOpen>(A2DP_PROFILE_OPEN, *this); in A2dpStateMachine()
H A Da2dp_state_machine.cpp369 SetStateName(A2DP_PROFILE_OPEN); in ProcessOpenInd()
512 SetStateName(A2DP_PROFILE_OPEN); in ProcessOpenCfm()
694 SetStateName(A2DP_PROFILE_OPEN); in ProcessStartInd()
1015 SetStateName(A2DP_PROFILE_OPEN); in ProcessStartInd()
1053 SetStateName(A2DP_PROFILE_OPEN); in ProcessSuspendInd()
1075 SetStateName(A2DP_PROFILE_OPEN); in ProcessSuspendCfm()
H A Da2dp_profile.cpp690 if ((strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) || in Stop()
778 if (strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0 || in Close()
813 if (strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in HasOpen()
910 if (strcmp(A2DP_PROFILE_OPEN.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Reconfigure()
H A Da2dp_profile_peer.cpp1158 if (strcmp(stateMachine->GetStateName().c_str(), A2DP_PROFILE_OPEN.c_str()) == 0) { in Reconfigure()

Completed in 7 milliseconds