Lines Matching defs:label

52 Device::Device(const RawAddress& bdaddr, bool avrcp13_compatibility,  in Device()
111 void Device::VendorPacketHandler(uint8_t label, 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()
548 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged() local
566 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
620 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume() local
633 void Device::TrackChangedNotificationResponse(uint8_t label, bool interim, in TrackChangedNotificationResponse()
689 void Device::PlaybackStatusNotificationResponse(uint8_t label, bool interim, in PlaybackStatusNotificationResponse()
722 void Device::PlaybackPosNotificationResponse(uint8_t label, bool interim, in PlaybackPosNotificationResponse()
770 uint8_t label, bool interim, uint16_t curr_player, in AddressedPlayerNotificationResponse()
805 uint8_t label = rejectNotification[i]->second; in RejectNotification() local
814 void Device::GetPlayStatusResponse(uint8_t label, PlayStatus status) { in GetPlayStatusResponse()
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()
933 void Device::HandlePlayItem(uint8_t label, in HandlePlayItem()
973 uint8_t label, std::shared_ptr<SetAddressedPlayerRequest> pkt, in HandleSetAddressedPlayer()
991 uint8_t label, std::vector<PlayerAttribute> attributes) { in ListPlayerApplicationSettingAttributesResponse()
1006 uint8_t label, PlayerAttribute attribute, std::vector<uint8_t> values) { in ListPlayerApplicationSettingValuesResponse()
1032 uint8_t label, std::vector<PlayerAttribute> attributes, in GetPlayerApplicationSettingValueResponse()
1051 void Device::SetPlayerApplicationSettingValueResponse(uint8_t label, in SetPlayerApplicationSettingValueResponse()
1066 void Device::BrowseMessageReceived(uint8_t label, in BrowseMessageReceived()
1107 void Device::HandleGetFolderItems(uint8_t label, in HandleGetFolderItems()
1147 uint8_t label, std::shared_ptr<GetTotalNumberOfItemsRequest> pkt) { in HandleGetTotalNumberOfItems()
1183 uint8_t label, uint16_t curr_player, std::vector<MediaPlayerInfo> list) { in GetTotalNumberOfItemsMediaPlayersResponse()
1191 void Device::GetTotalNumberOfItemsVFSResponse(uint8_t label, in GetTotalNumberOfItemsVFSResponse()
1201 uint8_t label, std::string curr_song_id, std::vector<SongInfo> list) { in GetTotalNumberOfItemsNowPlayingResponse()
1209 void Device::HandleChangePath(uint8_t label, in HandleChangePath()
1254 void Device::ChangePathResponse(uint8_t label, 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()
1471 void Device::GetVFSListResponse(uint8_t label, 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()
1725 uint8_t label, bool interim, std::vector<PlayerAttribute> attributes, in PlayerSettingChangedNotificationResponse()
1758 uint8_t label, bool interim, std::string curr_song_id, in HandleNowPlayingNotificationResponse()