Searched refs:devicePort (Results 1 – 8 of 8) sorted by relevance
107 streamEffectMode.devicePort.push_back(a); in UpdateUnsupportedDevicePost()300 stream.streamEffectMode[*it].devicePort = {}; in UpdateDuplicateBypassMode()339 for (i = 0; i < streamEffectMode.devicePort.size(); i++) { in UpdateDuplicateDeviceRecord()343 seen.insert(streamEffectMode.devicePort[i].type); in UpdateDuplicateDeviceRecord()350 streamEffectMode.devicePort.erase(streamEffectMode.devicePort.begin() + *it); in UpdateDuplicateDeviceRecord()444 if (streamEffectMode.devicePort.empty()) { in UpdateUnavailableEffectChainsRecord()447 for (auto &devicePort: streamEffectMode.devicePort) { in UpdateUnavailableEffectChainsRecord() local463 streamEffectMode.devicePort.erase(streamEffectMode.devicePort.begin() + *it); in UpdateUnavailableEffectChainsRecord()464 if (streamEffectMode.devicePort.empty()) { in UpdateUnavailableEffectChainsRecord()582 for (auto &device: mode.devicePort) { in ConstructEffectChainManagerParam()[all …]
77 std::string devicePort = dev.GetName(); in RefreshUsbDevice() local79 if (std::regex_match(devicePort, pattern)) { in RefreshUsbDevice()80 SCAN_HILOGI("RefreshDeviceList dev.GetName() %{private}s ", devicePort.c_str()); in RefreshUsbDevice()81 ScanServiceAbility::usbSnMap[devicePort] = serialNumber; in RefreshUsbDevice()108 std::string devicePort = dev.GetName(); in RefreshUsbDevicePort() local110 if (std::regex_match(devicePort, pattern)) { in RefreshUsbDevicePort()111 ScanSystemData::usbSnToPortMap_[serialNumber] = devicePort; in RefreshUsbDevicePort()
37 int devicePort; member
872 …2_t countDev = supportedEffectConfig.preProcessNew.stream[i].streamEffectMode[j].devicePort.size(); in PreprocessMode()876 ….WriteString(supportedEffectConfig.preProcessNew.stream[i].streamEffectMode[j].devicePort[k].type); in PreprocessMode()877 …WriteString(supportedEffectConfig.preProcessNew.stream[i].streamEffectMode[j].devicePort[k].chain); in PreprocessMode()895 …_t countDev = supportedEffectConfig.postProcessNew.stream[i].streamEffectMode[j].devicePort.size(); in PostprocessMode()899 …WriteString(supportedEffectConfig.postProcessNew.stream[i].streamEffectMode[j].devicePort[k].type); in PostprocessMode()900 …riteString(supportedEffectConfig.postProcessNew.stream[i].streamEffectMode[j].devicePort[k].chain); in PostprocessMode()
152 std::vector<Device> devicePort; member
1111 streamEffectMode.devicePort.push_back({type, chain}); in PreprocessMode()1139 streamEffectMode.devicePort.push_back({type, chain}); in PostprocessMode()
1463 streamEffectMode.devicePort.push_back({type, chain}); in PreprocessMode()1491 streamEffectMode.devicePort.push_back({type, chain}); in PostprocessMode()
8444 for (Device deviceInfo : mode.devicePort) { in StreamEffectSceneInfoDump()