Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h37 virtual void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h182 void NotifyPlaybackStatusChanged(uint8_t playStatus, uint32_t playbackPos);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h42 void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h37 void NotifyPlaybackStatusChanged(int32_t playStatus, int32_t playbackPos) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp313 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 Dbluetooth_avrcp_tg.cpp284 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 Davrcp_tg_test.cpp222 profile_->NotifyPlaybackStatusChanged(0,0);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h497 virtual void NotifyPlaybackStatusChanged(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp231 NotifyPlaybackStatusChanged(playStatus, playbackPos); in NotifyPlaybackStatusChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp236 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 Davrcp_tg_service.h854 void NotifyPlaybackStatusChanged(
H A Davrcp_tg_service.cpp2245 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()