Home | History | Annotate | Download | only in TWDriver

Lines Matching refs:pParmCoex

699         TCoexActivity *pParmCoex = &pInitParams->tGeneral.halCoexActivityTable.entry[0];
705 if ((pSaveCoex[i].activityId == pParmCoex[iParam].activityId) && (pSaveCoex[i].coexIp == pParmCoex[iParam].coexIp))
723 TRACE4(pTWD->hReport, REPORT_SEVERITY_INFORMATION , "TWD_SetDefaults: save coex Param %d in index %d, %d %d\n", iParam, saveIndex, pParmCoex[iParam].coexIp, pParmCoex[iParam].activityId);
725 pSaveCoex[saveIndex].coexIp = pParmCoex[iParam].coexIp;
726 pSaveCoex[saveIndex].activityId = pParmCoex[iParam].activityId;
727 pSaveCoex[saveIndex].defaultPriority = pParmCoex[iParam].defaultPriority;
728 pSaveCoex[saveIndex].raisedPriority = pParmCoex[iParam].raisedPriority;
729 pSaveCoex[saveIndex].minService = pParmCoex[iParam].minService;
730 pSaveCoex[saveIndex].maxService = pParmCoex[iParam].maxService;