HomeSort by relevance Sort by last modified time
    Searched refs:pParmCoex (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c 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
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.c 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
    [all...]

Completed in 12 milliseconds