Searched refs:AvrcpTarget (Results 1 – 9 of 9) sorted by relevance
40 struct AvrcpTarget::impl {59 AvrcpTarget::impl *impl_;99 AvrcpTarget *AvrcpTarget::GetProfile(void) in GetProfile()103 static BluetoothNoDestructor<AvrcpTarget> instance; in GetProfile()106 static AvrcpTarget instance; in GetProfile()153 void AvrcpTarget::RegisterObserver(std::shared_ptr<AvrcpTarget::IObserver> observer) in RegisterObserver()161 void AvrcpTarget::UnregisterObserver(std::shared_ptr<AvrcpTarget::IObserver> observer) in UnregisterObserver()390 void AvrcpTarget::NotifyAvailablePlayersChanged(void) in NotifyAvailablePlayersChanged()432 void AvrcpTarget::NotifyVolumeChanged(uint8_t volume) in NotifyVolumeChanged()446 AvrcpTarget::AvrcpTarget(void) in AvrcpTarget() function in OHOS::Bluetooth::AvrcpTarget[all …]
39 static AvrcpTarget *profile_;84 profile_ = AvrcpTarget::GetProfile();98 profile_ = AvrcpTarget::GetProfile();113 profile_ = AvrcpTarget::GetProfile();129 profile_ = AvrcpTarget::GetProfile();143 profile_ = AvrcpTarget::GetProfile();157 profile_ = AvrcpTarget::GetProfile();173 profile_ = AvrcpTarget::GetProfile();189 profile_ = AvrcpTarget::GetProfile();205 profile_ = AvrcpTarget::GetProfile();[all …]
41 class BLUETOOTH_API AvrcpTarget {83 static AvrcpTarget *GetProfile(void);95 void RegisterObserver(std::shared_ptr<AvrcpTarget::IObserver> observer);103 void UnregisterObserver(std::shared_ptr<AvrcpTarget::IObserver> observer);313 AvrcpTarget();320 ~AvrcpTarget();322 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AvrcpTarget);326 friend class BluetoothNoDestructor<AvrcpTarget>;
68 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in On()90 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in GetConnectionDevices()124 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in GetDeviceState()156 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in Connect()188 AvrcpTarget *profile = AvrcpTarget::GetProfile(); in Disconnect()
28 class NapiAvrcpTargetObserver : public AvrcpTarget::IObserver {
472 int32_t err = AvrcpTarget::GetProfile()->GetDeviceAbsVolumeAbility(remoteDevice, ability); in IsAbsoluteVolumeSupported()494 int32_t err = AvrcpTarget::GetProfile()->GetDeviceAbsVolumeAbility(remoteDevice, ability); in IsAbsoluteVolumeEnabled()516 int32_t err = AvrcpTarget::GetProfile()->SetDeviceAbsVolumeAbility(remoteDevice, ability); in EnableAbsoluteVolume()535 int32_t err = AvrcpTarget::GetProfile()->SetDeviceAbsVolumeAbility(remoteDevice, ability); in DisableAbsoluteVolume()
20 type:*OHOS::Bluetooth::AvrcpTarget
187 devices = AvrcpTarget::GetProfile()->GetDevicesByStates(connectState_); in GetAvrTGDeviceInfo()
173 return AvrcpTarget::GetProfile()->SetDeviceAbsoluteVolume(device, volume); in SetDeviceAbsVolume()