Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h39 virtual void NotifyTrackReachedEnd(int32_t playbackPos) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h201 void NotifyTrackReachedEnd(uint32_t playbackPos);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h44 void NotifyTrackReachedEnd(int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h39 void NotifyTrackReachedEnd(int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp340 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 Dbluetooth_avrcp_tg.cpp311 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 Davrcp_tg_test.cpp252 profile_->NotifyTrackReachedEnd(0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h519 … 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 Dbluetooth_avrcp_tg_stub.cpp250 NotifyTrackReachedEnd(playbackPos); in NotifyTrackReachedEndInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp291 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 Davrcp_tg_service.h872 void NotifyTrackReachedEnd(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2300 void AvrcpTgService::NotifyTrackReachedEnd(uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService