Lines Matching defs:pkt
79 std::shared_ptr<VendorPacket> pkt) { in VendorPacketHandler()
184 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
231 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
336 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
585 uint8_t label, std::shared_ptr<GetElementAttributesRequest> pkt, in GetElementAttributesResponse()
612 void Device::MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt) { in MessageReceived()
685 std::shared_ptr<PlayItemRequest> pkt) { in HandlePlayItem()
724 uint8_t label, std::shared_ptr<SetAddressedPlayerRequest> pkt, in HandleSetAddressedPlayer()
742 std::shared_ptr<BrowsePacket> pkt) { in BrowseMessageReceived()
782 std::shared_ptr<GetFolderItemsRequest> pkt) { in HandleGetFolderItems()
820 uint8_t label, std::shared_ptr<GetTotalNumberOfItemsRequest> pkt) { in HandleGetTotalNumberOfItems()
882 std::shared_ptr<ChangePathRequest> pkt) { in HandleChangePath()
929 std::shared_ptr<ChangePathRequest> pkt, in ChangePathResponse()
939 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt) { in HandleGetItemAttributes()
981 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesNowPlayingResponse()
1020 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesVFSResponse()
1080 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetMediaPlayerListResponse()
1129 std::shared_ptr<GetFolderItemsRequest> pkt, in GetVFSListResponse()
1187 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetNowPlayingListResponse()
1222 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt) { in HandleSetBrowsedPlayer()
1238 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt, bool success, in SetBrowsedPlayerResponse()