Searched refs:A2dpService (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | a2dp_data_service.h | 77 class A2dpService { class 79 static A2dpService *GetInstance(); 114 A2dpService() = default; 115 ~A2dpService() = default; 117 A2dpService(const A2dpService &) = delete; 118 A2dpService &operator=(const A2dpService &) = delete;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 42 A2dpService *service = GetServiceInstance(role_); in OnConnectStateChanged() 89 A2dpService *service = GetServiceInstance(role_); in ProcessA2dpHdfLoad() 178 A2dpService *service = GetServiceInstance(role_); in OnAudioStateChanged() 208 A2dpService *service = GetServiceInstance(role_); in OnCodecStateChanged() 231 A2dpService::A2dpService( in A2dpService() function in OHOS::bluetooth::A2dpService 234 LOG_INFO("[A2dpService] %{public}s role[%u]\n", __func__, role); in A2dpService() 252 LOG_INFO("[A2dpService] %{public}s role[%u] config max devices(%{public}d)\n", __func__, role, value); in A2dpService() 256 LOG_INFO("[A2dpService] %{public}s maxConnectDevices(%{public}d)\n", __func__, maxConnectNumSnk_); in A2dpService() 259 A2dpService [all...] |
H A D | a2dp_service_connection.cpp | 33 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() 175 LOG_INFO("[A2dpService]Can't find the statemachine"); in JudgeConnectExit() 180 LOG_ERROR("[A2dpService]Device have been connected as source role"); in JudgeConnectExit()
|
H A D | a2dp_service_state_machine.cpp | 35 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 D | a2dp_service.h | 139 class A2dpService : public IProfileA2dp, public utility::Context { class 149 A2dpService(const std::string &name, const std::string version, const uint8_t role); 156 ~A2dpService(); 651 A2dpService *GetServiceInstance(uint8_t role);
|
H A D | a2dp_profile_peer.cpp | 122 stub::A2dpService::GetInstance()->setPCMStream((char *)buf, size); in DataAvailable() 551 A2dpService *service = GetServiceInstance(role); in SDPServiceCallback() 1182 A2dpService *service = GetServiceInstance(role); in SignalingTimeoutCallback() 1192 LOG_INFO("[A2dpService] %{public}s state(%{public}d)\n", __func__, state); in SetOptionalCodecsSupportState()
|
H A D | a2dp_avdtp.cpp | 300 A2dpService *service = GetServiceInstance(role); in SwitchThreadToA2dpService() 782 A2dpService *service = GetServiceInstance(role); in ParseAvdtpReconfigureCFM()
|
H A D | a2dp_state_machine.cpp | 868 A2dpService *service = GetServiceInstance(role); in ProcessSuspendCfm() 1077 A2dpService *service = GetServiceInstance(role); in ProcessSuspendCfm()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/ |
H A D | stub.cpp | 88 A2dpService *A2dpService::GetInstance() in GetInstance() 90 static A2dpService instance; in GetInstance()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_snk/ |
H A D | a2dp_snk_service.h | 39 class A2dpSnkService : public A2dpService {
|
H A D | a2dp_snk_service.cpp | 31 A2dpSnkService::A2dpSnkService() : A2dpService(g_name, g_version, g_role) in A2dpSnkService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/a2dp_src/ |
H A D | a2dp_src_service.h | 39 class A2dpSrcService : public A2dpService {
|
H A D | a2dp_src_service.cpp | 31 A2dpSrcService::A2dpSrcService() : A2dpService(g_name, g_version, g_role) in A2dpSrcService()
|
Completed in 12 milliseconds