Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h40 virtual void NotifyTrackReachedStart(int32_t playbackPos) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h210 void NotifyTrackReachedStart(uint32_t playbackPos);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h45 void NotifyTrackReachedStart(int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h40 void NotifyTrackReachedStart(int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp353 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 Dbluetooth_avrcp_tg.cpp324 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 Davrcp_tg_test.cpp267 profile_->NotifyTrackReachedStart(0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h529 …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 Dbluetooth_avrcp_tg_stub.cpp259 NotifyTrackReachedStart(playbackPos); in NotifyTrackReachedStartInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp315 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 Davrcp_tg_service.h880 void NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2327 void AvrcpTgService::NotifyTrackReachedStart(uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService