Home
last modified time | relevance | path

Searched refs:OnReleaseButton (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h37 virtual void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h33 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h98 virtual void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp66 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override
68 impl_->OnReleaseButton(rawAddr, button, result);
334 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) in OnReleaseButton() function
342 observer->OnReleaseButton(rawAddr, in OnReleaseButton()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h73 virtual void OnReleaseButton(const std::string &addr, uint8_t button) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp76 void OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) override
82 impl_->OnReleaseButton(device, static_cast<uint8_t>(button), static_cast<int>(result));
473 void OnReleaseButton(const BluetoothRemoteDevice &device, uint8_t button, int result) in OnReleaseButton() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp163 stub->OnReleaseButton(RawAddress(addr), button, result); in OnReleaseButtonInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp86 void BluetoothAvrcpCtObserverProxy::OnReleaseButton(const RawAddress &rawAddr, uint8_t button, int result) in OnReleaseButton() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
90 HILOGE("[OnReleaseButton] fail: write interface token failed."); in OnReleaseButton()
95 HILOGE("[OnReleaseButton] fail: write result failed"); in OnReleaseButton()
100 HILOGE("[OnReleaseButton] fail: write result failed"); in OnReleaseButton()
105 HILOGE("[OnReleaseButton] fail: write result failed"); in OnReleaseButton()
114 HILOGE("BluetoothAvrcpCtObserverProxy::OnReleaseButton done fail, error: %{public}d", error); in OnReleaseButton()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h70 void OnReleaseButton(const std::string &addr, uint8_t button) override;
H A Davrcp_tg_service.cpp45 void AvrcpTgService::ObserverImpl::OnReleaseButton(const std::string &addr, uint8_t button) in OnReleaseButton() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp624 myObserver_->OnReleaseButton(rawAddr, button, result); in OnButtonReleased()

Completed in 20 milliseconds