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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c 382 pScr->clientArray[ i ].state[ j ] = SCR_CS_IDLE;
383 pScr->clientArray[ i ].currentPendingReason[ j ] = SCR_PR_NONE;
385 pScr->clientArray[ i ].clientRequestCB = NULL;
386 pScr->clientArray[ i ].ClientRequestCBObj = NULL;
417 pScr->clientArray[ client ].clientRequestCB = callbackFunc;
418 pScr->clientArray[ client ].ClientRequestCBObj = callbackObj;
441 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
495 if ( (pScr->clientArray[ i ].state[ uResourceIndex ] == SCR_CS_PENDING) && /* the client is pending *
    [all...]
scr.h 119 TScrClient clientArray[ SCR_CID_NUM_OF_CLIENTS ]; /**< array holding all clients' info */
  /hardware/ti/wlan/wl1271/Test/
scrDbg.c 276 clientDesc[ i ], stateDesc[ pScr->clientArray[ i ].state[ SCR_RESOURCE_SERVING_CHANNEL ] ],
277 stateDesc[ pScr->clientArray[ i ].state[ SCR_RESOURCE_PERIODIC_SCAN ] ],
278 pendReasonDesc[ pScr->clientArray[ i ].currentPendingReason[ SCR_RESOURCE_SERVING_CHANNEL ] ],
279 pendReasonDesc[ pScr->clientArray[ i ].currentPendingReason[ SCR_RESOURCE_PERIODIC_SCAN ] ]) );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 310 milliseconds