• Home
  • Raw
  • Download

Lines Matching defs:pkt

107                                  std::shared_ptr<VendorPacket> pkt) {  in VendorPacketHandler()
390 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
440 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
563 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
827 uint8_t label, std::shared_ptr<GetElementAttributesRequest> pkt, in GetElementAttributesResponse()
857 void Device::MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt) { in MessageReceived()
935 std::shared_ptr<PlayItemRequest> pkt) { in HandlePlayItem()
974 uint8_t label, std::shared_ptr<SetAddressedPlayerRequest> pkt, in HandleSetAddressedPlayer()
1075 std::shared_ptr<BrowsePacket> pkt) { in BrowseMessageReceived()
1115 std::shared_ptr<GetFolderItemsRequest> pkt) { in HandleGetFolderItems()
1153 uint8_t label, std::shared_ptr<GetTotalNumberOfItemsRequest> pkt) { in HandleGetTotalNumberOfItems()
1215 std::shared_ptr<ChangePathRequest> pkt) { in HandleChangePath()
1262 std::shared_ptr<ChangePathRequest> pkt, in ChangePathResponse()
1272 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt) { in HandleGetItemAttributes()
1314 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesNowPlayingResponse()
1365 uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt, in GetItemAttributesVFSResponse()
1432 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetMediaPlayerListResponse()
1481 std::shared_ptr<GetFolderItemsRequest> pkt, in GetVFSListResponse()
1545 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt, in GetNowPlayingListResponse()
1586 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt) { in HandleSetBrowsedPlayer()
1602 uint8_t label, std::shared_ptr<SetBrowsedPlayerRequest> pkt, bool success, in SetBrowsedPlayerResponse()