Home
last modified time | relevance | path

Searched refs:NotifyTrackChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h38 virtual void NotifyTrackChanged(int64_t uid, int32_t playbackPos) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h192 void NotifyTrackChanged(uint64_t uid, uint32_t playbackPos);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h43 void NotifyTrackChanged(int64_t uid, int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h38 void NotifyTrackChanged(int64_t uid, int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp327 void BluetoothAvrcpTgServer::NotifyTrackChanged(int64_t uid, int32_t playbackPos) in NotifyTrackChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
336 …pimpl->service_->NotifyTrackChanged(static_cast<uint64_t>(uid), static_cast<uint32_t>(playbackPos)… in NotifyTrackChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp297 void AvrcpTarget::NotifyTrackChanged(uint64_t uid, uint32_t playbackPos) in NotifyTrackChanged() function in OHOS::Bluetooth::AvrcpTarget
308 proxy->NotifyTrackChanged(static_cast<int64_t>(uid), static_cast<int32_t>(playbackPos)); in NotifyTrackChanged()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp237 profile_->NotifyTrackChanged(0,0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h509 …virtual void NotifyTrackChanged(uint64_t uid, uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_L…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp241 NotifyTrackChanged(uid, playbackPos); in NotifyTrackChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp264 void BluetoothAvrcpTgProxy::NotifyTrackChanged(int64_t uid, int32_t playbackPos) in NotifyTrackChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h864 …void NotifyTrackChanged(uint64_t uid, uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) ov…
H A Davrcp_tg_service.cpp2272 void AvrcpTgService::NotifyTrackChanged(uint64_t uid, uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService