/ohos5.0/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;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_tg.h | 182 void NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos);
|
/ohos5.0/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;
|
/ohos5.0/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;
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 284 void AvrcpTarget::NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::AvrcpTarget 294 …proxy->NotifyPlaybackStatusChanged(static_cast<int32_t>(playStatus), static_cast<int32_t>(playback… in NotifyPlaybackStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 222 profile_->NotifyPlaybackStatusChanged(0,0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 497 virtual void NotifyPlaybackStatusChanged(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 231 NotifyPlaybackStatusChanged(playStatus, playbackPos); in NotifyPlaybackStatusChangedInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 236 void BluetoothAvrcpTgProxy::NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) in NotifyPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
|
/ohos5.0/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 … in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 2607 NotifyPlaybackStatusChanged(state, 0, playback.second); in GetPlayStatus()
|