/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_tg.h | 39 virtual void NotifyTrackReachedEnd(int32_t playbackPos) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_tg.h | 201 void NotifyTrackReachedEnd(uint32_t playbackPos);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_tg_server.h | 44 void NotifyTrackReachedEnd(int32_t playbackPos) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_tg_proxy.h | 39 void NotifyTrackReachedEnd(int32_t playbackPos) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 340 void BluetoothAvrcpTgServer::NotifyTrackReachedEnd(int32_t playbackPos) in NotifyTrackReachedEnd() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 349 pimpl->service_->NotifyTrackReachedEnd(static_cast<uint32_t>(playbackPos)); in NotifyTrackReachedEnd()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 311 void AvrcpTarget::NotifyTrackReachedEnd(uint32_t playbackPos) in NotifyTrackReachedEnd() function in OHOS::Bluetooth::AvrcpTarget 321 proxy->NotifyTrackReachedEnd(static_cast<int32_t>(playbackPos)); in NotifyTrackReachedEnd()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 252 profile_->NotifyTrackReachedEnd(0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 519 … virtual void NotifyTrackReachedEnd(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 | 250 NotifyTrackReachedEnd(playbackPos); in NotifyTrackReachedEndInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 291 void BluetoothAvrcpTgProxy::NotifyTrackReachedEnd(int32_t playbackPos) in NotifyTrackReachedEnd() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 872 void NotifyTrackReachedEnd(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
|
H A D | avrcp_tg_service.cpp | 2300 void AvrcpTgService::NotifyTrackReachedEnd(uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|