/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 37 virtual void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 33 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 66 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnReleaseButton() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 68 impl_->OnReleaseButton(rawAddr, button, result); in OnReleaseButton() 334 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) in OnReleaseButton() function 342 observer->OnReleaseButton(rawAddr, in OnReleaseButton()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 98 virtual void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 73 virtual void OnReleaseButton(const std::string &addr, uint8_t button) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 79 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnReleaseButton() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 85 impl_->OnReleaseButton(device, static_cast<uint8_t>(button), static_cast<int>(result)); in OnReleaseButton() 476 void OnReleaseButton(const BluetoothRemoteDevice &device, uint8_t button, int result) in OnReleaseButton() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 166 stub->OnReleaseButton(RawAddress(addr), button, result); in OnReleaseButtonInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 70 void OnReleaseButton(const std::string &addr, uint8_t button) override;
|
H A D | avrcp_tg_service.cpp | 45 void AvrcpTgService::ObserverImpl::OnReleaseButton(const std::string &addr, uint8_t button) in OnReleaseButton() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 86 void BluetoothAvrcpCtObserverProxy::OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int… in OnReleaseButton() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 624 myObserver_->OnReleaseButton(rawAddr, button, result); in OnButtonReleased()
|