/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 63 …virtual void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) = …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 61 … void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 179 … void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) override in OnPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 181 impl_->OnPlaybackStatusChanged(rawAddr, playStatus, result); in OnPlaybackStatusChanged() 600 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) in OnPlaybackStatusChanged() function 608 observer->OnPlaybackStatusChanged(rawAddr, in OnPlaybackStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 465 …virtual void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) = …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1412 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) const;
|
H A D | avrcp_ct_service.cpp | 53 std::bind(&AvrcpCtService::OnPlaybackStatusChanged, this, _1, _2, _3), in AvrcpCtService() 2031 void AvrcpCtService::OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int res… in OnPlaybackStatusChanged() function in OHOS::bluetooth::AvrcpCtService 2037 myObserver_->OnPlaybackStatusChanged(rawAddr, playStatus, result); in OnPlaybackStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 318 … void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) override in OnPlaybackStatusChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 324 …impl_->OnPlaybackStatusChanged(device, static_cast<uint8_t>(playStatus), static_cast<int>(result)); in OnPlaybackStatusChanged() 749 … void OnPlaybackStatusChanged(const BluetoothRemoteDevice &device, uint8_t playStatus, int result) in OnPlaybackStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 480 stub->OnPlaybackStatusChanged(RawAddress(addr), playStatus, result); in OnPlaybackStatusChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 688 void BluetoothAvrcpCtObserverProxy::OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t play… in OnPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|