HomeSort by relevance Sort by last modified time
    Searched defs:activeIndex (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulDb.c 254 ackEmulDB->wdrv_aeWTargetTable[freeIndex].activeIndex = 0xff;
355 UINT8 freeActiveIndex = ackEmulDB->wdrv_aeWTargetTable[index].activeIndex;
379 ackEmulDB->wdrv_aeWTargetTable[index].activeIndex = 0xff;
427 (UINT8)ackEmulDB->wdrv_aeWTargetTable[index].activeIndex,
550 * OUTPUT: *activeIndex - the active index
554 int wdrv_aeWTargetDbSetActiveState(ackEmulDB_t* ackEmulDB, UINT8 index , UINT8 *activeIndex)
590 *activeIndex = 0xff;
597 ackEmulDB->wdrv_aeWTargetTable[index].activeIndex = freeIndex;
598 *activeIndex = freeIndex;
701 * OUTPUT: *activeIndex - The session active inde
    [all...]
ackEmulDb.h 116 UINT8 activeIndex; /* Active session index */
186 int wdrv_aeWTargetDbSetActiveState(ackEmulDB_t* ackEmulDB,UINT8 index , UINT8 *activeIndex);
198 void wdrv_aeWTargetDbGetSessionActiveIndex(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 *activeIndex);
210 void wdrv_aeWSourceDbResetSession(ackEmulDB_t* ackEmulDB,int stationIndex,int activeIndex);
212 void wdrv_aeWSourceSaveAckTemplate(ackEmulDB_t* ackEmulDB,UINT8 stationIndex,UINT8 activeIndex,
216 void wdrv_aeWSourceDbGetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *ackCounter);
218 void wdrv_aeWSourceDbSetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 ackCounter);
220 void wdrv_aeWSourceDbGetSessionAckNumber(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *ackNumber);
221 void wdrv_aeWSourceDbSetSessionAckNumber(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 ackNumber);
223 void wdrv_aeWSourceDbGetSessionSegmentSize(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *segmentSize)
    [all...]
ackEmulUtil.c 84 UINT8 *addYTag, UINT8 *activeIndex,
90 UINT8 activeIndex, UINT32 segmentSize);
93 UINT8 *activeIndex, UINT16 *segmentSize);
95 static void wdrv_aeGenerateAck(ackEmul_t* ackEmul, UINT16 stationIndex, UINT8 activeIndex ,UINT32 ackNumber);
208 UINT8 activeIndex = 0xff;
233 rc = wdrv_aeChackSnapWithYtag(ackEmul, pSnapHeader, &tiSnapLen, &activeIndex, &segmentSize);
245 wdrv_aeWSourceSaveAckTemplate(ackEmul->pAckEmulDB, 0,activeIndex,dataBuf,pWlanSnapHeader,pIpHeader,(UINT16)pMsdu->dataLen,segmentSize);
330 UINT8 activeIndex = 0xff;
386 &activeIndex,
390 wdrv_ackEmulationAddYTag(ackEmul, pDot11Header, firstBdLength, activeIndex, segmentSize)
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 471 int activeIndex = fActive->fDrawIndex + index;
476 SkOperand* saveOperand = fActive->fSaveRestore[activeIndex];
478 info->setValue(target, fActive->fSaveRestore[activeIndex], count);
484 scriptValue.fOperand = fActive->fSaveRestore[activeIndex][0];
487 SkOperand* save = fActive->fSaveRestore[activeIndex];
756 int activeIndex = fActive->fDrawIndex + index;
758 if (fActive->fSaveRestore[activeIndex] == NULL) {
759 fActive->fSaveRestore[activeIndex] = new SkOperand[count];
763 memcpy(last.begin(), fActive->fSaveRestore[activeIndex], count * sizeof(SkOperand));
766 info->getValue(target, fActive->fSaveRestore[activeIndex], count)
    [all...]

Completed in 219 milliseconds