Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h36 const std::string A2DP_PROFILE_STREAMING = "A2dpStateStreaming"; variable
667 std::make_unique<A2dpStateStreaming>(A2DP_PROFILE_STREAMING, *this); in A2dpStateMachine()
H A Da2dp_profile.cpp690 …if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Stop()
721 …if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Start()
750 …if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peerProfile->GetStateMachine()->GetStateName().c_str())… in JudgeAllowedStreaming()
777 … strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Close()
795 …if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in HasStreaming()
1118 …if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) != 0) { in ProcessSinkStream()
H A Da2dp_state_machine.cpp676 SetStateName(A2DP_PROFILE_STREAMING); in ProcessStartInd()
775 SetStateName(A2DP_PROFILE_STREAMING); in ProcessStartCfm()
H A Da2dp_profile_peer.cpp1166 … } else if (strcmp(stateMachine->GetStateName().c_str(), A2DP_PROFILE_STREAMING.c_str()) == 0) { in Reconfigure()