Searched refs:A2DP_PROFILE_STREAMING (Results 1 – 4 of 4) sorted by relevance
36 const std::string A2DP_PROFILE_STREAMING = "A2dpStateStreaming"; variable667 std::make_unique<A2dpStateStreaming>(A2DP_PROFILE_STREAMING, *this); in A2dpStateMachine()
690 …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()
676 SetStateName(A2DP_PROFILE_STREAMING); in ProcessStartInd()775 SetStateName(A2DP_PROFILE_STREAMING); in ProcessStartCfm()
1166 … } else if (strcmp(stateMachine->GetStateName().c_str(), A2DP_PROFILE_STREAMING.c_str()) == 0) { in Reconfigure()