/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 72 virtual void OnAddressedPlayerChanged(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 70 void OnAddressedPlayerChanged(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 220 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 D | interface_profile_avrcp_ct.h | 544 virtual void OnAddressedPlayerChanged(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1499 …void OnAddressedPlayerChanged(const RawAddress &rawAddr, uint16_t playerId, uint16_t uidCounter, i…
|
H A D | avrcp_ct_service.cpp | 61 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 D | bluetooth_avrcp_ct.cpp | 401 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 583 stub->OnAddressedPlayerChanged(RawAddress(addr), playerId, uidCounter, result); in OnAddressedPlayerChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 946 void BluetoothAvrcpCtObserverProxy::OnAddressedPlayerChanged( in OnAddressedPlayerChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|