/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.h | 33 class AvrcMpItem { class 35 AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, uint8_t playStatus, 38 AvrcMpItem() = default; 39 AvrcMpItem(const AvrcMpItem& other) = default; 40 ~AvrcMpItem() = default;
|
H A D | avrcp_media.cpp | 22 AvrcMpItem::AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, uint8_t playStatus, in AvrcMpItem() function in OHOS::bluetooth::AvrcMpItem
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_avrcp_mpItem.h | 25 public bluetooth::AvrcMpItem { 28 explicit BluetoothAvrcpMpItem(const bluetooth::AvrcMpItem &other) : bluetooth::AvrcMpItem(other) in BluetoothAvrcpMpItem() 30 BluetoothAvrcpMpItem(const BluetoothAvrcpMpItem &other) : bluetooth::AvrcMpItem(other) in BluetoothAvrcpMpItem()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 411 uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMpItem> &items, uint8_t label); 510 std::vector<AvrcMpItem> mpItems_ {}; // The list of the <b>AvrcCtMpItem</b> class.
|
H A D | avrcp_tg_browse.cpp | 336 uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMpItem> &items, uint8_t label) in AvrcTgGfiPacket() 417 for (AvrcMpItem item : mpItems_) { in CountMpFrameSize() 480 for (AvrcMpItem item : mpItems_) { in AssembleMpItem()
|
H A D | avrcp_tg_service.h | 762 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items, 1602 RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMpItem> items, uint8_t label, int status);
|
H A D | avrcp_tg_service.cpp | 210 std::vector<AvrcMpItem> mpItems; in OnGetMediaPlayers() 212 AvrcMpItem mpItem(item.itemType_, in OnGetMediaPlayers() 1817 std::vector<AvrcMpItem> items; in GetPlayStatus() 1827 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items, uint8_t label, int status) in GetPlayStatus() 1847 RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMpItem> items, uint8_t label, int status) in GetPlayStatus()
|
H A D | avrcp_tg_profile.h | 876 * @param[in] items The list of <b>AvrcMpItem</b> class. 887 void SendGetFolderItemsRsp(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items,
|
H A D | avrcp_tg_profile.cpp | 1614 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items, uint8_t label, int status) in SendGetFolderItemsRsp()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 488 * @return The reference of the list of the <b>AvrcMpItem</b> class. 490 const std::vector<AvrcMpItem> &GetMediaPlayers(void) const in GetMediaPlayers() 498 * @return The reference of the list of the <b>AvrcMpItem</b> class. 514 std::vector<AvrcMpItem> mpItems_ {}; // The list of the <b>AvrcMpItem</b> class.
|
H A D | avrcp_ct_profile.h | 290 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail)>
|
H A D | avrcp_ct_service.h | 1294 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail) const;
|
H A D | avrcp_ct_browse.cpp | 466 AvrcMpItem mpItem(itemType, playerId, majorType, subType, playStatus, features, name); in DisassembleMpParameter()
|
H A D | avrcp_ct_service.cpp | 1734 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail) const in OnGetFolderItems()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 395 virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items,
|
H A D | interface_profile_avrcp_ct.h | 374 const std::vector<AvrcMpItem> &items, int result, int detail) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 234 std::vector<AvrcMpItem> myItems; 236 AvrcMpItem myItem; 644 const std::vector<AvrcMpItem> &items, int result, int detail) in OnGetMediaPlayers()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 150 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items, 511 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items, int result, int detail) in OnGetMediaPlayers()
|