Home
last modified time | relevance | path

Searched refs:A2dpProfile (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp37 uint8_t A2dpProfile::g_linkNum = 0;
38 bool A2dpProfile::g_registGap = false;
42 int A2dpProfile::RegisterServiceSecurity(GAP_ServiceConnectDirection direction, GAP_Service serviceId, in RegisterServiceSecurity()
53 int A2dpProfile::DeregisterServiceSecurity(GAP_ServiceConnectDirection direction, GAP_Service serviceId) in DeregisterServiceSecurity()
63 A2dpProfile::A2dpProfile(const uint8_t role) in A2dpProfile() function in OHOS::bluetooth::A2dpProfile
65 LOG_INFO("[A2dpProfile]%{public}s role(%u)\n", __func__, role); in A2dpProfile()
74 A2dpProfile::~A2dpProfile() in ~A2dpProfile()
76 LOG_INFO("[A2dpProfile] in ~A2dpProfile()
[all...]
H A Da2dp_state_machine.cpp92 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectCfm()
121 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectReq()
141 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectInd()
172 A2dpProfile *profile = GetProfileInstance(role); in ProcessSetConfigInd()
223 A2dpProfile *profile = GetProfileInstance(role); in ProcessDiscoverReq()
251 A2dpProfile *profile = GetProfileInstance(role); in ProcessSDPFailure()
342 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectInd()
363 A2dpProfile *profile = GetProfileInstance(role); in ProcessOpenInd()
386 A2dpProfile *profile = GetProfileInstance(role); in ProcessSetConfigInd()
437 A2dpProfile *profil in ProcessDelayReportInd()
[all...]
H A Da2dp_profile.h95 class A2dpProfile { class
98 * @brief A constructor used to create an <b>A2dpProfile</b> instance.
102 explicit A2dpProfile(const uint8_t role);
105 * @brief A desstructor used to delete an <b>A2dpProfile</b> instance.
109 virtual ~A2dpProfile();
615 BT_DISALLOW_COPY_AND_ASSIGN(A2dpProfile);
616 A2dpProfile() = delete;
H A Da2dp_avdtp.cpp311 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpDisconnectInd()
335 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpConfigureInd()
379 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpReconfigureInd()
426 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpOpenInd()
449 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpCloseInd()
475 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpCloseChannelInd()
495 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpStartInd()
543 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpConnectCFM()
570 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpDisconnectCFM()
591 A2dpProfile *profil in ParseAvdtpDiscoverCFM()
[all...]
H A Da2dp_service.cpp43 A2dpProfile *pflA2dp = GetProfileInstance(role_); in OnConnectStateChanged()
281 A2dpProfile *pflA2dp = GetProfileInstance(role_); in Enable()
367 A2dpProfile *instance = GetProfileInstance(role); in ProcessAvdtpCallback()
379 A2dpProfile *instance = GetProfileInstance(role); in ProcessTimeoutCallback()
388 void A2dpService::ProcessSDPFindCallback(const BtAddr &addr, const uint8_t result, A2dpProfile *instance) const in ProcessSDPFindCallback()
461 A2dpProfile *instance = GetProfileInstance(role_); in EnableService()
475 A2dpProfile *instance = GetProfileInstance(role_); in DisableService()
576 A2dpProfile *pflA2dp = GetProfileInstance(role_); in SetActiveSinkDevice()
620 A2dpProfile *pflA2dp = GetProfileInstance(role_); in ActiveDevice()
720 A2dpProfile *pflA2d in SendDelay()
[all...]
H A Da2dp_source.h31 class A2dpSrcProfile : public A2dpProfile {
H A Da2dp_sink.h31 class A2dpSnkProfile : public A2dpProfile {
H A Da2dp_service_state_machine.cpp30 A2dpProfile *pflA2dp = GetProfileInstance(role); in Dispatch()
77 A2dpProfile *pflA2dp = GetProfileInstance(role); in Dispatch()
151 A2dpProfile *pflA2dp = GetProfileInstance(role); in Dispatch()
H A Da2dp_source.cpp22 A2dpSrcProfile::A2dpSrcProfile() : A2dpProfile(A2DP_ROLE_SOURCE) in A2dpSrcProfile()
H A Da2dp_sink.cpp22 A2dpSnkProfile::A2dpSnkProfile() : A2dpProfile(A2DP_ROLE_SINK) in A2dpSnkProfile()
H A Da2dp_service.h578 void ProcessSDPFindCallback(const BtAddr &addr, const uint8_t result, A2dpProfile *instance) const;
643 A2dpProfile *GetProfileInstance(uint8_t role);
H A Da2dp_profile_peer.cpp166 A2dpProfile::BuildCodecInfo(A2DP_SOURCE_CODEC_INDEX_SBC, codecInfo); in RegisterSEPConfigureInfo()
174 A2dpProfile::BuildCodecInfo(A2DP_SOURCE_CODEC_INDEX_AAC, codecInfo); in RegisterSEPConfigureInfo()
197 A2dpProfile::BuildCodecInfo(A2DP_SINK_CODEC_INDEX_SBC, codecInfo); in RegisterSEPConfigureInfo()
205 A2dpProfile::BuildCodecInfo(A2DP_SINK_CODEC_INDEX_AAC, codecInfo); in RegisterSEPConfigureInfo()
550 uint8_t role = ((A2dpProfile *)context)->GetRole(); in SDPServiceCallback()
578 A2dpProfile *instance = GetProfileInstance(role); in ParseSDPInformation()
H A Da2dp_codec_thread.cpp207 A2dpProfile *profile = GetProfileInstance(A2DP_ROLE_SOURCE); in SignalingTimeoutCallback()
/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 12 milliseconds