Home | History | Annotate | Download | only in TWDriver

Lines Matching refs:pParmCoex

717         TCoexActivity *pParmCoex = &pInitParams->tGeneral.halCoexActivityTable.entry[0];
723 if ((pSaveCoex[i].activityId == pParmCoex[iParam].activityId) && (pSaveCoex[i].coexIp == pParmCoex[iParam].coexIp))
741 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);
743 pSaveCoex[saveIndex].coexIp = pParmCoex[iParam].coexIp;
744 pSaveCoex[saveIndex].activityId = pParmCoex[iParam].activityId;
745 pSaveCoex[saveIndex].defaultPriority = pParmCoex[iParam].defaultPriority;
746 pSaveCoex[saveIndex].raisedPriority = pParmCoex[iParam].raisedPriority;
747 pSaveCoex[saveIndex].minService = pParmCoex[iParam].minService;
748 pSaveCoex[saveIndex].maxService = pParmCoex[iParam].maxService;