Searched refs:GetVendorContinuePacket (Results 1 – 3 of 3) sorted by relevance
776 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveListPlayerApplicationSettingValuesRsp()839 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetCurrentPlayerApplicationSettingValueRsp()928 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetPlayerApplicationSettingAttributeTextRsp()996 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetPlayerApplicationSettingValueTextRsp()1063 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in ReceiveGetElementAttributesRsp()1158 …AvrcCtVendorPacket> packet = AvrcCtConnectManager::GetInstance()->GetVendorContinuePacket(rawAddr); in ReceiveAbortContinuingResponseRsp()1388 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); in InformPlayerApplicationSettingChanged()1525 std::shared_ptr<AvrcCtVendorPacket> pkt = cnManager->GetVendorContinuePacket(rawAddr); in ProcessVendorAvcControlTimeout()
483 std::shared_ptr<AvrcCtVendorPacket> GetVendorContinuePacket(const RawAddress &rawAddr);
691 std::shared_ptr<AvrcCtVendorPacket> AvrcCtConnectManager::GetVendorContinuePacket(const RawAddress … in GetVendorContinuePacket() function in OHOS::bluetooth::AvrcCtConnectManager