Home
last modified time | relevance | path

Searched refs:OnAddressedPlayerChanged (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h72 virtual void OnAddressedPlayerChanged(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h70 void OnAddressedPlayerChanged(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp220 void OnAddressedPlayerChanged( in OnAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
223 impl_->OnAddressedPlayerChanged(rawAddr, playerId, uidCounter, result); in OnAddressedPlayerChanged()
705 …void OnAddressedPlayerChanged(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, i… in OnAddressedPlayerChanged() function
713 observer->OnAddressedPlayerChanged(rawAddr, in OnAddressedPlayerChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h544 virtual void OnAddressedPlayerChanged(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1499 …void OnAddressedPlayerChanged(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, i…
H A Davrcp_ct_service.cpp61 std::bind(&AvrcpCtService::OnAddressedPlayerChanged, this, _1, _2, _3, _4), in AvrcpCtService()
2123 void AvrcpCtService::OnAddressedPlayerChanged( in OnAddressedPlayerChanged() function in OHOS::bluetooth::AvrcpCtService
2130 myObserver_->OnAddressedPlayerChanged(rawAddr, playerId, uidCounter, result); in OnAddressedPlayerChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp401 void OnAddressedPlayerChanged( in OnAddressedPlayerChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
408 impl_->OnAddressedPlayerChanged( in OnAddressedPlayerChanged()
844 void OnAddressedPlayerChanged( in OnAddressedPlayerChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp583 stub->OnAddressedPlayerChanged(RawAddress(addr), playerId, uidCounter, result); in OnAddressedPlayerChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp946 void BluetoothAvrcpCtObserverProxy::OnAddressedPlayerChanged( in OnAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy