Home
last modified time | relevance | path

Searched refs:OnPlaybackStatusChanged (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h63 virtual void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h61 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h465 virtual void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp179 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) override
181 impl_->OnPlaybackStatusChanged(rawAddr, playStatus, result);
600 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) in OnPlaybackStatusChanged() function
608 observer->OnPlaybackStatusChanged(rawAddr, in OnPlaybackStatusChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1412 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) const;
H A Davrcp_ct_service.cpp53 std::bind(&AvrcpCtService::OnPlaybackStatusChanged, this, _1, _2, _3), in AvrcpCtService()
2031 void AvrcpCtService::OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) const in OnPlaybackStatusChanged() function in OHOS::bluetooth::AvrcpCtService
2037 myObserver_->OnPlaybackStatusChanged(rawAddr, playStatus, result); in OnPlaybackStatusChanged()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp315 void OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) override
321 impl_->OnPlaybackStatusChanged(device, static_cast<uint8_t>(playStatus), static_cast<int>(result));
746 void OnPlaybackStatusChanged(const BluetoothRemoteDevice &device, uint8_t playStatus, int result) in OnPlaybackStatusChanged() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp477 stub->OnPlaybackStatusChanged(RawAddress(addr), playStatus, result); in OnPlaybackStatusChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp688 void BluetoothAvrcpCtObserverProxy::OnPlaybackStatusChanged(const RawAddress &rawAddr, uint8_t playStatus, int result) in OnPlaybackStatusChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
692 HILOGE("[OnPlaybackStatusChanged] fail: write interface token failed."); in OnPlaybackStatusChanged()
697 HILOGE("[OnPlaybackStatusChanged] fail: write result failed"); in OnPlaybackStatusChanged()
702 HILOGE("[OnPlaybackStatusChanged] fail: write result failed"); in OnPlaybackStatusChanged()
707 HILOGE("[OnPlaybackStatusChanged] fail: write result failed"); in OnPlaybackStatusChanged()
716 HILOGE("BluetoothAvrcpCtObserverProxy::OnPlaybackStatusChanged done fail, error: %{public}d", error); in OnPlaybackStatusChanged()

Completed in 14 milliseconds