Lines Matching refs:configIndex
1262 int32_t UsbImpl::SetConfig(const UsbDev &dev, uint8_t configIndex)
1284 if (configIndex == configIdOld) {
1285 HDF_LOGE("%{public}s:setConfiguration success, configIndex:%{public}d configIdOld:%{public}d", __func__,
1286 configIndex, configIdOld);
1291 MakeSetActiveUsbControlParams(&controlParams, &configIndex, length, static_cast<int32_t>(configIndex), 0);
1301 if (ret != HDF_SUCCESS || configIndex != configIdNew) {
1304 __func__, configIndex, configIdOld, configIdNew);
1307 if (configIndex != 0) {
1317 int32_t UsbImpl::GetConfig(const UsbDev &dev, uint8_t &configIndex)
1327 MakeGetActiveUsbControlParams(&controlParams, &configIndex, length, 0, 0);