/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_tg.h | 40 virtual void NotifyTrackReachedStart(int32_t playbackPos) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_tg.h | 210 void NotifyTrackReachedStart(uint32_t playbackPos);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_tg_server.h | 45 void NotifyTrackReachedStart(int32_t playbackPos) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_tg_proxy.h | 40 void NotifyTrackReachedStart(int32_t playbackPos) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 353 void BluetoothAvrcpTgServer::NotifyTrackReachedStart(int32_t playbackPos) in NotifyTrackReachedStart() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 362 pimpl->service_->NotifyTrackReachedStart(static_cast<uint32_t>(playbackPos)); in NotifyTrackReachedStart()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 324 void AvrcpTarget::NotifyTrackReachedStart(uint32_t playbackPos) in NotifyTrackReachedStart() function in OHOS::Bluetooth::AvrcpTarget 335 proxy->NotifyTrackReachedStart(static_cast<int32_t>(playbackPos)); in NotifyTrackReachedStart()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 267 profile_->NotifyTrackReachedStart(0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 529 …virtual void NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 259 NotifyTrackReachedStart(playbackPos); in NotifyTrackReachedStartInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 315 void BluetoothAvrcpTgProxy::NotifyTrackReachedStart(int32_t playbackPos) in NotifyTrackReachedStart() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 880 void NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
|
H A D | avrcp_tg_service.cpp | 2327 void AvrcpTgService::NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|