Lines Matching defs:pkt
112 std::shared_ptr<VendorPacket> pkt) { in VendorPacketHandler()
395 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
445 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
566 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
824 uint8_t label, std::shared_ptr<GetElementAttributesRequest> pkt, in GetElementAttributesResponse()
854 void Device::MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt) { in MessageReceived()
934 std::shared_ptr<PlayItemRequest> pkt) { in HandlePlayItem()
973 uint8_t label, std::shared_ptr<SetAddressedPlayerRequest> pkt, in HandleSetAddressedPlayer()
1067 std::shared_ptr<BrowsePacket> pkt) { in BrowseMessageReceived()
1108 std::shared_ptr<GetFolderItemsRequest> pkt) { in HandleGetFolderItems()
1147 uint8_t label, std::shared_ptr<GetTotalNumberOfItemsRequest> pkt) { in HandleGetTotalNumberOfItems()
1210 std::shared_ptr<ChangePathRequest> pkt) { in HandleChangePath()
1255 std::shared_ptr<ChangePathRequest> pkt, in ChangePathResponse()
1265 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt) { in HandleGetItemAttributes()
1307 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesNowPlayingResponse()
1356 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesVFSResponse()
1423 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetMediaPlayerListResponse()
1472 std::shared_ptr<GetFolderItemsRequest> pkt, in GetVFSListResponse()
1536 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetNowPlayingListResponse()
1577 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt) { in HandleSetBrowsedPlayer()
1594 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt, bool success, in SetBrowsedPlayerResponse()