Searched refs:direction (Results 1 - 12 of 12) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c189 UInt8 direction; local
192 &direction,
200 if (direction == kUSBIn) {
203 } else if (direction == kUSBOut) {
/system/core/sh/
H A Dhistedit.c227 int first, last, direction; local
369 direction = first < last ? H_PREV : H_NEXT;
396 for (;retval != -1; retval = history(hist, &he, direction)) {
/system/core/adb/
H A Dusb_osx.c342 UInt8 direction; local
344 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
351 if (kUSBIn == direction)
354 if (kUSBOut == direction)
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DcurrBss.c308 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
319 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
331 tTriggerCfg.direction = RSSI_EVENT_DIR_BIDIR;
393 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
409 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
424 tTriggerCfg.direction = RSSI_EVENT_DIR_BIDIR;
1396 TRACE8(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION , "currBSS_setParam - USER_DEFINED_TRIGGER: \n index = %d, \n threshold = %d, \n pacing = %d, \n metric = %d, \n type = %d, \n direction = %d, \n hystersis = %d, \n enable = %d \n",pUserTrigger->uIndex,pUserTrigger->iThreshold,pUserTrigger->uPacing,pUserTrigger->uMetric,pUserTrigger->uType,pUserTrigger->uDirection,pUserTrigger->uHystersis,pUserTrigger->uEnable);
1403 tTriggerCfg.direction = pUserTrigger->uDirection;
H A DtrafficAdmControl.c1245 TI_UINT8 direction; local
1262 direction = (((tsInfo.tsInfoArr[0]) & TS_INFO_0_DIRECTION_MASK) >> DIRECTION_SHIFT);
1268 pTSpecInfo->streamDirection = (EStreamDirection)direction;
H A DsiteMgr.c522 tTriggerCfg.direction = RSSI_EVENT_DIR_HIGH;
532 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DtrafficAdmControl.c1405 UINT8 direction; local
1418 direction = (((tsInfo.tsInfoArr[0]) & TS_INFO_0_DIRECTION_MASK) >> DIRECTION_SHIFT);
1431 pTSpecInfo->streamDirection = (streamDirection_e)direction;
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DHwInit.c154 #define BUILD_HW_INIT_TXN_DATA(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \
156 TXN_PARAM_SET_DIRECTION(pTxn, direction); \
165 #define BUILD_HW_INIT_FW_DL_TXN(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \
167 TXN_PARAM_SET_DIRECTION(pTxn, direction); \
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfg.c672 DB_WLAN(hCmdBld).tRssiSnrTrigger[pTriggerParam->index].direction = pTriggerParam->direction;
H A DCmdBldCfgIE.c1574 pCfg->param.direction = pTriggerParam->direction;
1582 TRACE8(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "ID=%u: threshold=%u, pacing=%u, metric=%u, type=%u, dir=%u, hyst=%u, enable=%u\n", pTriggerParam->index, pTriggerParam->threshold, pTriggerParam->pacing, pTriggerParam->metric, pTriggerParam->type, pTriggerParam->direction, pTriggerParam->hystersis, pTriggerParam->enable);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h2026 uint8 direction; member in struct:__anon867
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h1164 /* The direction in which the trigger is active */
1187 uint8 direction; /* Low, High, Bidirectional */ member in struct:__anon1168

Completed in 424 milliseconds