Home
last modified time | relevance | path

Searched refs:AvrcMeItem (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.h57 class AvrcMeItem { class
59 AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name,
61 AvrcMeItem() = default;
62 AvrcMeItem(const AvrcMeItem& other) = default;
63 ~AvrcMeItem() = default;
H A Davrcp_media.cpp32 AvrcMeItem::AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name, in AvrcMeItem() function in OHOS::bluetooth::AvrcMeItem
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_meItem.h25 public bluetooth::AvrcMeItem {
28 explicit BluetoothAvrcpMeItem(const bluetooth::AvrcMeItem &other) : bluetooth::AvrcMeItem(other) in BluetoothAvrcpMeItem()
30 BluetoothAvrcpMeItem(const BluetoothAvrcpMeItem &other) : bluetooth::AvrcMeItem(other) in BluetoothAvrcpMeItem()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.h420 uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label);
511 std::vector<AvrcMeItem> meItems_ {}; // The list of the <b>AvrcCtMeItem</b> class.
H A Davrcp_tg_browse.cpp353 uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label) in AvrcTgGfiPacket()
531 for (AvrcMeItem item : meItems_) { in CountMeFrameSize()
607 for (AvrcMeItem item : meItems_) { in AssembleMeItem()
H A Davrcp_tg_service.h781 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items,
1621 RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMeItem> items, uint8_t label, int status);
H A Davrcp_tg_service.cpp234 std::vector<AvrcMeItem> meItems; in OnGetFolderItems()
236 AvrcMeItem meItem( in OnGetFolderItems()
1820 std::vector<AvrcMeItem> items; in GetPlayStatus()
1865 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label, int status) in GetPlayStatus()
1885 RawAddress rawAddr, uint16_t uidCounter, std::vector<AvrcMeItem> items, uint8_t label, int status) in GetPlayStatus()
H A Davrcp_tg_profile.h895 * @param[in] items The list of <b>AvrcMeItem</b> class.
906 void SendGetFolderItemsRsp(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items,
H A Davrcp_tg_profile.cpp1631 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label, int status) in SendGetFolderItemsRsp()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_browse.h500 const std::vector<AvrcMeItem> &GetMediaItems(void) const in GetMediaItems()
515 std::vector<AvrcMeItem> meItems_ {}; // The list of the <b>AvrcMeItem</b> class.
H A Davrcp_ct_profile.h290 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail)>
H A Davrcp_ct_service.h1294 const std::vector<AvrcMpItem> &mpItems, const std::vector<AvrcMeItem> &meItems, int result, int detail) const;
H A Davrcp_ct_browse.cpp546 AvrcMeItem meItem(itemType, uid, type, playable, name, attributes, values); in DisassembleMeParameter()
H A Davrcp_ct_service.cpp1734 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 Dinterface_profile_avrcp_tg.h416 virtual void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items,
H A Dinterface_profile_avrcp_ct.h397 const std::vector<AvrcMeItem> &items, int result, int detail) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp257 std::vector<AvrcMeItem> myItems;
259 AvrcMeItem myItem;
672 const std::vector<AvrcMeItem> &items, int result, int detail) in OnGetFolderItems()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp156 void OnGetFolderItems(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items,
532 const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMeItem> &items, int result, int detail) in OnGetFolderItems()

Completed in 33 milliseconds