Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h41 virtual void NotifyPlaybackPosChanged(int32_t playbackPos) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h219 void NotifyPlaybackPosChanged(uint32_t playbackPos);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h46 void NotifyPlaybackPosChanged(int32_t playbackPos) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h41 void NotifyPlaybackPosChanged(int32_t playbackPos) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp335 void AvrcpTarget::NotifyPlaybackPosChanged(uint32_t playbackPos) in NotifyPlaybackPosChanged() function in OHOS::Bluetooth::AvrcpTarget
346 proxy->NotifyPlaybackPosChanged(static_cast<int32_t>(playbackPos)); in NotifyPlaybackPosChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp366 void BluetoothAvrcpTgServer::NotifyPlaybackPosChanged(int32_t playbackPos) in NotifyPlaybackPosChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
375 pimpl->service_->NotifyPlaybackPosChanged(static_cast<uint32_t>(playbackPos)); in NotifyPlaybackPosChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h539 virtual void NotifyPlaybackPosChanged(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) = 0;
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp274 * @tc.name: NotifyPlaybackPosChanged
282 profile_->NotifyPlaybackPosChanged(0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp328 void BluetoothAvrcpTgProxy::NotifyPlaybackPosChanged(int32_t playbackPos) in NotifyPlaybackPosChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
330 HILOGI("BluetoothAvrcpTgProxy::NotifyPlaybackPosChanged start"); in NotifyPlaybackPosChanged()
333 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackPosChanged WriteInterfaceToken error"); in NotifyPlaybackPosChanged()
337 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackPosChanged playbackPos error"); in NotifyPlaybackPosChanged()
346 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackPosChanged done fail, error: %{public}d", error); in NotifyPlaybackPosChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp268 NotifyPlaybackPosChanged(playbackPos); in NotifyPlaybackPosChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h888 void NotifyPlaybackPosChanged(uint32_t playbackPos, uint8_t label = AVRC_DEFAULT_LABEL) override;
H A Davrcp_tg_service.cpp2354 void AvrcpTgService::NotifyPlaybackPosChanged(uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService

Completed in 16 milliseconds