Lines Matching refs:hisDescriptors
1876 std::vector<AVSessionDescriptor> hisDescriptors;
1877 GetHistoricalSessionDescriptorsFromFile(hisDescriptors);
1879 if (command.GetCommand() == AVControlCommand::SESSION_CMD_PLAY && hisDescriptors.size() != 0) {
1881 int32_t ret = CreateControllerInner(hisDescriptors[0].sessionId_, object);
1882 SLOGI("Cold play %{public}s, ret=%{public}d", hisDescriptors[0].elementName_.GetBundleName().c_str(), ret);
1885 static_cast<int>(hisDescriptors.size()));
2870 std::vector<AVSessionDescriptor> hisDescriptors;
2871 GetHistoricalSessionDescriptors(1, hisDescriptors);
2879 if (activeDescriptors.size() != 0 || hisDescriptors.size() == 0 || avQueueInfos.size() == 0) {
2884 if (avqueue.GetBundleName() == hisDescriptors[0].elementName_.GetBundleName()) {
2890 SLOGI("no match hisAvqueue for %{public}s", hisDescriptors[0].elementName_.GetBundleName().c_str());
2894 SLOGI("history bundle name %{public}s", hisDescriptors[0].elementName_.GetBundleName().c_str());
2895 NotifySystemUI(&(hisDescriptors[0]), false);