Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h38 virtual void NotifyTrackChanged(int64_t uid, int32_t playbackPos) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h192 void NotifyTrackChanged(uint64_t uid, uint32_t playbackPos);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h43 void NotifyTrackChanged(int64_t uid, int32_t playbackPos) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h38 void NotifyTrackChanged(int64_t uid, int32_t playbackPos) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp294 void AvrcpTarget::NotifyTrackChanged(uint64_t uid, uint32_t playbackPos) in NotifyTrackChanged() function in OHOS::Bluetooth::AvrcpTarget
305 proxy->NotifyTrackChanged(static_cast<int64_t>(uid), static_cast<int32_t>(playbackPos)); in NotifyTrackChanged()
/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()
/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_LABEL) = 0;
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp229 * @tc.name: NotifyTrackChanged
237 profile_->NotifyTrackChanged(0,0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp253 void BluetoothAvrcpTgProxy::NotifyTrackChanged(int64_t uid, int32_t playbackPos) in NotifyTrackChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
255 HILOGI("BluetoothAvrcpTgProxy::NotifyTrackChanged start"); in NotifyTrackChanged()
258 HILOGE("BluetoothAvrcpTgProxy::NotifyTrackChanged WriteInterfaceToken error"); in NotifyTrackChanged()
262 HILOGE("BluetoothAvrcpTgProxy::NotifyTrackChanged uid error"); in NotifyTrackChanged()
266 HILOGE("BluetoothAvrcpTgProxy::NotifyTrackChanged playbackPos error"); in NotifyTrackChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp241 NotifyTrackChanged(uid, playbackPos); in NotifyTrackChangedInner()
/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) override;
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

Completed in 12 milliseconds