/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_tg.h | 37 virtual void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_tg.h | 182 void NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_tg_server.h | 42 void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_tg_proxy.h | 37 void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 281 void AvrcpTarget::NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::AvrcpTarget 291 proxy->NotifyPlaybackStatusChanged(static_cast<int32_t>(playStatus), static_cast<int32_t>(playbackPos)); in NotifyPlaybackStatusChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 313 void BluetoothAvrcpTgServer::NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 322 pimpl->service_->NotifyPlaybackStatusChanged(static_cast<uint8_t>(playStatus), in NotifyPlaybackStatusChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 497 virtual void NotifyPlaybackStatusChanged(
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 214 * @tc.name: NotifyPlaybackStatusChanged 222 profile_->NotifyPlaybackStatusChanged(0,0); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 225 void BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy 227 HILOGI("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged start"); in NotifyPlaybackStatusChanged() 230 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged WriteInterfaceToken error"); in NotifyPlaybackStatusChanged() 234 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged playStatus error"); in NotifyPlaybackStatusChanged() 238 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged playbackPos error"); in NotifyPlaybackStatusChanged() 247 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged done fail, error: %{public}d", error); in NotifyPlaybackStatusChanged() 274 HILOGE("BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged done fail, error: %{public}d", error); in NotifyTrackChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 231 NotifyPlaybackStatusChanged(playStatus, playbackPos); in NotifyPlaybackStatusChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 854 void NotifyPlaybackStatusChanged(
|
H A D | avrcp_tg_service.cpp | 2245 void AvrcpTgService::NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos, uint8_t label) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 2607 NotifyPlaybackStatusChanged(state, 0, playback.second); in GetPlayStatus()
|