Home
last modified time | relevance | path

Searched refs:ReleaseButton (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h43 virtual int32_t ReleaseButton(const RawAddress &device, int32_t button) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h38 int32_t ReleaseButton(const RawAddress &device, int32_t button) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h38 virtual int32_t ReleaseButton(const RawAddress &device, int32_t button) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h667 virtual int ReleaseButton(const RawAddress &rawAddr, uint8_t button) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h163 int ReleaseButton(const std::string &addr, uint8_t button, uint8_t label) in ReleaseButton() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h578 int ReleaseButton(const BluetoothRemoteDevice &device, uint8_t button);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h212 int ReleaseButton(const RawAddress &rawAddr, uint8_t button) override;
H A Davrcp_ct_service.cpp574 int AvrcpCtService::ReleaseButton(const RawAddress &rawAddr, uint8_t button) in ReleaseButton() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp224 int ret = profile_->ReleaseButton(device, button);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp903 int32_t BluetoothAvrcpCtServer::ReleaseButton(const RawAddress &device, int32_t button) in ReleaseButton() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
909 …result = pimpl->service_->ReleaseButton(BluetoothRawAddress(device), static_cast<uint8_t>(button)); in ReleaseButton()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp214 int32_t result = ReleaseButton(RawAddress(data.ReadString()), data.ReadInt32()); in ReleaseButtonInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp223 int32_t BluetoothAvrcpCtProxy::ReleaseButton(const RawAddress &device, int32_t button) in ReleaseButton() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1080 int AvrcpController::ReleaseButton(const BluetoothRemoteDevice &device, uint8_t button) in ReleaseButton() function in OHOS::Bluetooth::AvrcpController
1105 result = proxy->ReleaseButton(rawAddr, static_cast<int32_t>(button)); in ReleaseButton()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp1045 …int result = stub::MediaService::GetInstance()->ReleaseButton(rawAddr.GetAddress(), button, label); in OnButtonReleased()