Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h36 const std::string A2DP_PROFILE_STREAMING = "A2dpStateStreaming"; member
708 std::make_unique<A2dpStateStreaming>(A2DP_PROFILE_STREAMING, *this); in A2dpStateMachine()
H A Da2dp_profile.cpp691 (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0)) { in Stop()
722 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Start()
752 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peerProfile->GetStateMachine()->GetStateName().c_str()) == 0) { in JudgeAllowedStreaming()
779 strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in Close()
797 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) == 0) { in HasStreaming()
1120 if (strcmp(A2DP_PROFILE_STREAMING.c_str(), peer->GetStateMachine()->GetStateName().c_str()) != 0) { in ProcessSinkStream()
H A Da2dp_state_machine.cpp685 SetStateName(A2DP_PROFILE_STREAMING); in ProcessStartInd()
784 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()

Completed in 7 milliseconds