Home
last modified time | relevance | path

Searched refs:A2dpService (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp231 A2dpService::A2dpService( in A2dpService() function in OHOS::bluetooth::A2dpService
259 A2dpService::~A2dpService() in ~A2dpService()
276 void A2dpService::Enable() in Enable()
299 void A2dpService::Disable() in Disable()
419 int A2dpService::GetConnectState() in GetConnectState()
458 void A2dpService::EnableService() in EnableService()
472 void A2dpService::DisableService() in DisableService()
617 void A2dpService::ActiveDevice() in ActiveDevice()
979 int A2dpService::GetMaxConnectNum() in GetMaxConnectNum()
1146 void A2dpService::CheckDisable() in CheckDisable()
[all …]
H A Da2dp_service_connection.cpp33 A2dpService *service = GetServiceInstance(role_); in A2dpConnect()
69 A2dpService *service = GetServiceInstance(role_); in A2dpDisconnect()
94 A2dpService *service = GetServiceInstance(role_); in JudgeConnectedNum()
129 A2dpService *service = GetServiceInstance(role_); in AddDevice()
149 A2dpService *service = GetServiceInstance(role_); in DeleteDevice()
161 A2dpService *service = nullptr; in JudgeConnectExit()
H A Da2dp_service_state_machine.cpp35 A2dpService *service = GetServiceInstance(msg.arg1_); in Dispatch()
80 A2dpService *service = GetServiceInstance(role); in Dispatch()
127 A2dpService *service = GetServiceInstance(role); in UpdateDeviceInformation()
155 A2dpService *service = GetServiceInstance(role); in Dispatch()
H A Da2dp_service.h139 class A2dpService : public IProfileA2dp, public utility::Context {
149 A2dpService(const std::string &name, const std::string version, const uint8_t role);
156 ~A2dpService();
651 A2dpService *GetServiceInstance(uint8_t role);
H A Da2dp_profile_peer.cpp122 stub::A2dpService::GetInstance()->setPCMStream((char *)buf, size); in DataAvailable()
551 A2dpService *service = GetServiceInstance(role); in SDPServiceCallback()
1182 A2dpService *service = GetServiceInstance(role); in SignalingTimeoutCallback()
H A Da2dp_avdtp.cpp300 A2dpService *service = GetServiceInstance(role); in SwitchThreadToA2dpService()
782 A2dpService *service = GetServiceInstance(role); in ParseAvdtpReconfigureCFM()
H A Da2dp_state_machine.cpp939 A2dpService *service = GetServiceInstance(role); in ProcessSuspendCfm()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Da2dp_data_service.h77 class A2dpService {
79 static A2dpService *GetInstance();
114 A2dpService() = default;
115 ~A2dpService() = default;
117 A2dpService(const A2dpService &) = delete;
118 A2dpService &operator=(const A2dpService &) = delete;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/
H A Dstub.cpp88 A2dpService *A2dpService::GetInstance() in GetInstance()
90 static A2dpService instance; in GetInstance()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_snk/
H A Da2dp_snk_service.h39 class A2dpSnkService : public A2dpService {
H A Da2dp_snk_service.cpp31 A2dpSnkService::A2dpSnkService() : A2dpService(g_name, g_version, g_role) in A2dpSnkService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_src/
H A Da2dp_src_service.h39 class A2dpSrcService : public A2dpService {
H A Da2dp_src_service.cpp31 A2dpSrcService::A2dpSrcService() : A2dpService(g_name, g_version, g_role) in A2dpSrcService()