Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_notification.h155 uint8_t GetPlayStatus(void) const in GetPlayStatus() function
H A Davrcp_ct_vendor.h591 uint8_t GetPlayStatus(void) const in GetPlayStatus() function
H A Davrcp_ct_service.h420 int GetPlayStatus(const RawAddress &rawAddr) override;
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
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h60 virtual int32_t GetPlayStatus(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h55 int32_t GetPlayStatus(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h55 virtual int32_t GetPlayStatus(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h900 virtual int GetPlayStatus(const RawAddress &rawAddr) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h694 uint8_t GetPlayStatus(void) const in GetPlayStatus() function
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.h1451 void GetPlayStatus(const RawAddress &rawAddr, uint8_t label, uint8_t context) const;
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h805 int GetPlayStatus(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp472 int ret = profile_->GetPlayStatus(device);
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp380 int32_t result = GetPlayStatus(raw); in GetPlayStatusInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp562 int32_t BluetoothAvrcpCtProxy::GetPlayStatus(const RawAddress &device) in GetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1416 int AvrcpController::GetPlayStatus(const BluetoothRemoteDevice &device) in GetPlayStatus() function in OHOS::Bluetooth::AvrcpController
1429 return proxy->GetPlayStatus(rawAddr); in GetPlayStatus()