Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.h33 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 Davrcp_media.cpp22 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 Dbluetooth_avrcp_mpItem.h25 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 Davrcp_tg_browse.h411 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 Davrcp_tg_browse.cpp336 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 Davrcp_tg_service.h762 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 Davrcp_tg_service.cpp210 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 Davrcp_tg_profile.h876 * @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 Davrcp_tg_profile.cpp1614 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 Davrcp_ct_browse.h488 * @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 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.cpp466 AvrcMpItem mpItem(itemType, playerId, majorType, subType, playStatus, features, name); in DisassembleMpParameter()
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.h395 virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpItem> &items,
H A Dinterface_profile_avrcp_ct.h374 const std::vector<AvrcMpItem> &items, int result, int detail) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp234 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 Dbluetooth_avrcp_ct_server.cpp150 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()

Completed in 29 milliseconds