Lines Matching defs:pkt
97 std::shared_ptr<VendorPacket> pkt) { in VendorPacketHandler()
216 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
263 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
368 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
612 uint8_t label, std::shared_ptr<GetElementAttributesRequest> pkt, in GetElementAttributesResponse()
642 void Device::MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt) { in MessageReceived()
715 std::shared_ptr<PlayItemRequest> pkt) { in HandlePlayItem()
754 uint8_t label, std::shared_ptr<SetAddressedPlayerRequest> pkt, in HandleSetAddressedPlayer()
772 std::shared_ptr<BrowsePacket> pkt) { in BrowseMessageReceived()
812 std::shared_ptr<GetFolderItemsRequest> pkt) { in HandleGetFolderItems()
850 uint8_t label, std::shared_ptr<GetTotalNumberOfItemsRequest> pkt) { in HandleGetTotalNumberOfItems()
912 std::shared_ptr<ChangePathRequest> pkt) { in HandleChangePath()
959 std::shared_ptr<ChangePathRequest> pkt, in ChangePathResponse()
969 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt) { in HandleGetItemAttributes()
1011 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesNowPlayingResponse()
1062 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesVFSResponse()
1127 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetMediaPlayerListResponse()
1176 std::shared_ptr<GetFolderItemsRequest> pkt, in GetVFSListResponse()
1240 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetNowPlayingListResponse()
1281 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt) { in HandleSetBrowsedPlayer()
1297 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt, bool success, in SetBrowsedPlayerResponse()