Searched refs:gpasatPkt (Results 1 – 2 of 2) sorted by relevance
929 AvrcCtGpasatPacket *gpasatPkt = nullptr; in ReceiveGetPlayerApplicationSettingAttributeTextRsp() local934 gpasatPkt->ClearAttributes(); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()935 gpasatPkt->ClearValueName(); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()936 gpasatPkt->DisassemblePacket(pkt); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()939 gpasatPkt->DisassemblePacket(pkt); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()942 gpasatPkt->GetAttributes().size(), gpasatPkt->GetAttributeName().size(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()945 switch (gpasatPkt->GetPacketType()) { in ReceiveGetPlayerApplicationSettingAttributeTextRsp()952 gpasatPkt->GetAttributes(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()953 gpasatPkt->GetAttributeName(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()963 gpasatPkt->GetAttributes(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp()[all …]
765 … std::shared_ptr<AvrcTgGpasatPacket> gpasatPkt = std::make_shared<AvrcTgGpasatPacket>(pkt, label); in ReceiveGetPlayerApplicationSettingAttributeTextCmd() local766 if (gpasatPkt != nullptr) { in ReceiveGetPlayerApplicationSettingAttributeTextCmd()767 if (gpasatPkt->IsValid()) { in ReceiveGetPlayerApplicationSettingAttributeTextCmd()768 … myObserver_->getPlayerApplicationSettingAttributeText(rawAddr, gpasatPkt->GetAttributes(), label); in ReceiveGetPlayerApplicationSettingAttributeTextCmd()770 std::shared_ptr<AvrcTgVendorPacket> packet = gpasatPkt; in ReceiveGetPlayerApplicationSettingAttributeTextCmd()