Home
last modified time | relevance | path

Searched refs:AvrcpTarget (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp40 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 …]
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp39 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 …]
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h41 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>;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_tg.cpp68 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_avrcp_tg_observer.h28 class NapiAvrcpTargetObserver : public AvrcpTarget::IObserver {
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp472 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/
H A Djs_napi_blocklist.txt20 type:*OHOS::Bluetooth::AvrcpTarget
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp187 devices = AvrcpTarget::GetProfile()->GetDevicesByStates(connectState_); in GetAvrTGDeviceInfo()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp173 return AvrcpTarget::GetProfile()->SetDeviceAbsoluteVolume(device, volume); in SetDeviceAbsVolume()