Home
last modified time | relevance | path

Searched refs:pflA2dp (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.cpp30 A2dpProfile *pflA2dp = GetProfileInstance(role); in Dispatch() local
39 ret = pflA2dp->Connect(btAddr); in Dispatch()
50 ret = pflA2dp->Disconnect(btAddr); in Dispatch()
77 A2dpProfile *pflA2dp = GetProfileInstance(role); in Dispatch() local
83 if (pflA2dp == nullptr || service == nullptr) { in Dispatch()
94 ret = pflA2dp->Disconnect(btAddr); in Dispatch()
151 A2dpProfile *pflA2dp = GetProfileInstance(role); in Dispatch() local
159 ret = pflA2dp->Disconnect(btAddr); in Dispatch()
172 ret = pflA2dp->Disconnect(btAddr); in Dispatch()
175 ret = pflA2dp in Dispatch()
[all...]
H A Da2dp_service.cpp43 A2dpProfile *pflA2dp = GetProfileInstance(role_); in OnConnectStateChanged() local
45 if (service == nullptr || pflA2dp == nullptr) { in OnConnectStateChanged()
281 A2dpProfile *pflA2dp = GetProfileInstance(role_); in Enable() local
282 if (pflA2dp == nullptr) { in Enable()
294 pflA2dp->RegisterObserver(&profileObserver_); in Enable()
576 A2dpProfile *pflA2dp = GetProfileInstance(role_); in SetActiveSinkDevice() local
582 if (pflA2dp == nullptr) { in SetActiveSinkDevice()
601 pflA2dp->Start(curDevice->second->GetHandle()); in SetActiveSinkDevice()
604 if (pflA2dp->Stop(curDevice->second->GetHandle(), true)) { in SetActiveSinkDevice()
605 pflA2dp in SetActiveSinkDevice()
620 A2dpProfile *pflA2dp = GetProfileInstance(role_); ActiveDevice() local
720 A2dpProfile *pflA2dp = GetProfileInstance(role_); SendDelay() local
779 A2dpProfile *pflA2dp = GetProfileInstance(role_); SetCodecPreference() local
813 A2dpProfile *pflA2dp = GetProfileInstance(role_); SwitchOptionalCodecs() local
859 A2dpProfile *pflA2dp = GetProfileInstance(role_); StartPlaying() local
883 A2dpProfile *pflA2dp = GetProfileInstance(role_); SuspendPlaying() local
907 A2dpProfile *pflA2dp = GetProfileInstance(role_); StopPlaying() local
[all...]

Completed in 3 milliseconds