Home
last modified time | relevance | path

Searched refs:A2DP_ROLE_SOURCE (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp98 if (role == A2DP_ROLE_SOURCE) { in ProcessDisconnectCfm()
147 if (role == A2DP_ROLE_SOURCE) { in ProcessDisconnectInd()
197 if (role == A2DP_ROLE_SOURCE) { in ProcessSetConfigInd()
349 if (role == A2DP_ROLE_SOURCE) { in ProcessDisconnectInd()
375 if (role == A2DP_ROLE_SOURCE) { in ProcessOpenInd()
408 if (role == A2DP_ROLE_SOURCE) { in ProcessSetConfigInd()
515 if (role == A2DP_ROLE_SOURCE) { in ProcessOpenCfm()
546 if (role == A2DP_ROLE_SOURCE) { in ProcessDisconnectInd()
688 if (role == A2DP_ROLE_SOURCE) { in ProcessStartInd()
709 if (role == A2DP_ROLE_SOURCE) { in ProcessDisconnectInd()
[all...]
H A Da2dp_source.cpp22 A2dpSrcProfile::A2dpSrcProfile() : A2dpProfile(A2DP_ROLE_SOURCE) in A2dpSrcProfile()
H A Da2dp_sdp.h75 uint8_t role_ = A2DP_ROLE_SOURCE;
H A Da2dp_sdp.cpp38 if (role_ == A2DP_ROLE_SOURCE) { in RegisterService()
116 if (role_ == A2DP_ROLE_SOURCE) { in FindSnkService()
H A Da2dp_service_connection.cpp165 if (role == A2DP_ROLE_SOURCE) { in JudgeConnectExit()
166 service = GetServiceInstance(A2DP_ROLE_SOURCE); in JudgeConnectExit()
H A Da2dp_profile_peer.cpp159 if (role == A2DP_ROLE_SOURCE) { in RegisterSEPConfigureInfo()
261 if (role == A2DP_ROLE_SOURCE) { in SetPeerCapInfo()
284 if (role == A2DP_ROLE_SOURCE) { in UpdatePeerCapabilityInfo()
478 if (role == A2DP_ROLE_SOURCE) { in JudgeCapabilityMatched()
503 if (role == A2DP_ROLE_SOURCE) { in FindCapabilityMatched()
586 if ((role == A2DP_ROLE_SOURCE && (serviceArray[i].classId->uuid16 == A2DP_SINK_SERVICE_CLASS_UUID)) || in ParseSDPInformation()
1002 if (role == A2DP_ROLE_SOURCE) { in GetPeerCapComplete()
1227 if (localRole_ == A2DP_ROLE_SOURCE) { in CreateDefaultCodecPriority()
1267 A2dpAvdtp avdtp(A2DP_ROLE_SOURCE); in SendPacket()
H A Da2dp_def.h32 #define A2DP_ROLE_SOURCE 0 macro
H A Da2dp_service_state_machine.h228 uint8_t role_ = A2DP_ROLE_SOURCE;
H A Da2dp_profile.cpp160 if (role == A2DP_ROLE_SOURCE) { in Enable()
161 CreateSEPConfigureInfo(A2DP_ROLE_SOURCE); in Enable()
375 A2dpProfilePeer *peer = FindOrCreatePeer(activePeer_, A2DP_ROLE_SOURCE); in DequeuePacket()
602 if (role == A2DP_ROLE_SOURCE) { in Connect()
724 if (role == A2DP_ROLE_SOURCE) { in Start()
868 A2dpAvdtp avdtp(A2DP_ROLE_SOURCE); in WriteStream()
H A Da2dp_service.cpp244 if (role == A2DP_ROLE_SOURCE) { in A2dpService()
288 if (role_ == A2DP_ROLE_SOURCE) { in Enable()
650 (role_ == A2DP_ROLE_SOURCE) ? PROPERTY_A2DP_CONNECTION_POLICY : PROPERTY_A2DP_SINK_CONNECTION_POLICY); in SetConnectStrategy()
663 (role_ == A2DP_ROLE_SOURCE) ? PROPERTY_A2DP_CONNECTION_POLICY : PROPERTY_A2DP_SINK_CONNECTION_POLICY, in SetConnectStrategy()
692 (role_ == A2DP_ROLE_SOURCE) ? PROPERTY_A2DP_CONNECTION_POLICY : PROPERTY_A2DP_SINK_CONNECTION_POLICY, in GetConnectStrategy()
1238 if (role == A2DP_ROLE_SOURCE) { in GetServiceInstance()
H A Da2dp_profile.h618 uint8_t role_ = A2DP_ROLE_SOURCE;
H A Da2dp_codec_thread.cpp207 A2dpProfile *profile = GetProfileInstance(A2DP_ROLE_SOURCE); in SignalingTimeoutCallback()
H A Da2dp_service.h625 uint8_t role_ = A2DP_ROLE_SOURCE; // A2DP role
H A Da2dp_avdtp.cpp362 if (role == A2DP_ROLE_SOURCE) { in ParseAvdtpConfigureInd()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_src/
H A Da2dp_src_service.cpp24 uint8_t A2dpSrcService::g_role = A2DP_ROLE_SOURCE;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp332 A2dpProfile *profile = GetProfileInstance(A2DP_ROLE_SOURCE); in A2dpSbcReadFeeding()
544 A2dpProfile *profile = GetProfileInstance(A2DP_ROLE_SOURCE); in EnqueuePacket()
605 A2dpProfile *profile = GetProfileInstance(A2DP_ROLE_SOURCE); in EnqueuePacketFragment()

Completed in 14 milliseconds