/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 43 virtual int32_t ReleaseButton(const RawAddress &device, int32_t button) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 38 int32_t ReleaseButton(const RawAddress &device, int32_t button) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 38 virtual int32_t ReleaseButton(const RawAddress &device, int32_t button) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 667 virtual int ReleaseButton(const RawAddress &rawAddr, uint8_t button) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 163 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 D | bluetooth_avrcp_ct.h | 578 int ReleaseButton(const BluetoothRemoteDevice &device, uint8_t button);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 212 int ReleaseButton(const RawAddress &rawAddr, uint8_t button) override;
|
H A D | avrcp_ct_service.cpp | 574 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 D | avrcp_ct_test.cpp | 224 int ret = profile_->ReleaseButton(device, button);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 903 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 D | bluetooth_avrcp_ct_stub.cpp | 214 int32_t result = ReleaseButton(RawAddress(data.ReadString()), data.ReadInt32()); in ReleaseButtonInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 223 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 D | bluetooth_avrcp_ct.cpp | 1080 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 D | avrcp_tg_service.cpp | 1045 …int result = stub::MediaService::GetInstance()->ReleaseButton(rawAddr.GetAddress(), button, label); in OnButtonReleased()
|