Home
last modified time | relevance | path

Searched refs:GetPlayStatus (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_notification.h155 uint8_t GetPlayStatus(void) const in GetPlayStatus() function in OHOS::bluetooth::AvrcCtNotifyPacket
H A Davrcp_ct_vendor.h491 * GetPlayStatus *
495 * @brief This enumeration declares the values of the <b>GetPlayStatus</b> command.
503 * @brief This class provides a set of methods for assembling / disassembling the packet of the <b>GetPlayStatus</b>
505 * @see Audio/Video Remote Control 1.6.2 Section 6.7.1 GetPlayStatus.
591 uint8_t GetPlayStatus(void) const in GetPlayStatus() function in OHOS::bluetooth::AvrcCtGpsPacket
H A Davrcp_ct_service.h420 int GetPlayStatus(const RawAddress &rawAddr) override;
1111 * @brief Responds the data of the <b>GetPlayStatus</b>.
H A Davrcp_ct_profile.cpp1128 packet.GetPlayStatus(), in ReceiveGetPlayStatusRsp()
1338 myObserver_->onPlaybackStatusChanged(rawAddr, notifyPkt->GetPlayStatus(), result); in InformNotificationChanged()
1607 rawAddr, pkt->GetSongLength(), pkt->GetSongPosition(), pkt->GetPlayStatus(), RET_BAD_STATUS); in ProcessVendorAvcStatus2Timeout()
H A Davrcp_ct_service.cpp1357 int AvrcpCtService::GetPlayStatus(const RawAddress &rawAddr) in GetPlayStatus() function in OHOS::bluetooth::AvrcpCtService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h60 virtual int32_t GetPlayStatus(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h55 virtual int32_t GetPlayStatus(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h55 int32_t GetPlayStatus(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h269 * @brief Responds the data of the <b>GetPlayStatus</b>.
900 virtual int GetPlayStatus(const RawAddress &rawAddr) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h584 * GetPlayStatus *
588 * @brief This enumeration declares the values of the <b>GetPlayStatus</b> command.
596 * @brief This class provides a set of methods for assembling / disassembling the packet of the <b>GetPlayStatus</b>
598 * @see Audio/Video Remote Control 1.6.2 Section 6.7.1 GetPlayStatus.
694 uint8_t GetPlayStatus(void) const in GetPlayStatus() function in OHOS::bluetooth::AvrcTgGpsPacket
H A Davrcp_tg_service.cpp441 std::bind(&AvrcpTgService::GetPlayStatus, this, _1, _2, _3), in AvrcpTgService()
1571 void AvrcpTgService::GetPlayStatus(const RawAddress &rawAddr, uint8_t label, uint8_t context) const in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
1575 int result = stub::MediaService::GetInstance()->GetPlayStatus(rawAddr.GetAddress(), label, context); in GetPlayStatus()
H A Davrcp_tg_service.h182 * @brief Responds the data of the <b>GetPlayStatus</b>.
667 * @brief Responds the data of the <b>GetPlayStatus</b>.
1451 void GetPlayStatus(const RawAddress &rawAddr, uint8_t label, uint8_t context) const;
1454 * @brief Responds the data of the <b>GetPlayStatus</b>.
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h244 int GetPlayStatus(const std::string &addr, uint8_t label, uint8_t context) in GetPlayStatus() function in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h805 int GetPlayStatus(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp463 * @tc.name: GetPlayStatus
472 int ret = profile_->GetPlayStatus(device); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp380 int32_t result = GetPlayStatus(raw); in GetPlayStatusInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp559 int32_t BluetoothAvrcpCtProxy::GetPlayStatus(const RawAddress &device) in GetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
563 HILOGE("[GetPlayStatus] fail: write interface token failed."); in GetPlayStatus()
568 HILOGE("[GetPlayStatus] fail: write result failed"); in GetPlayStatus()
577 HILOGE("BluetoothAvrcpCtProxy::GetPlayStatus done fail, error: %{public}d", error); in GetPlayStatus()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1413 int AvrcpController::GetPlayStatus(const BluetoothRemoteDevice &device) in GetPlayStatus() function in OHOS::Bluetooth::AvrcpController
1426 return proxy->GetPlayStatus(rawAddr); in GetPlayStatus()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1125 int32_t BluetoothAvrcpCtServer::GetPlayStatus(const RawAddress &device) in GetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1131 result = pimpl->service_->GetPlayStatus(BluetoothRawAddress(device)); in GetPlayStatus()

Completed in 31 milliseconds