Searched defs:status (Results 176 - 200 of 252) sorted by relevance

1234567891011

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
H A DconfigMgr.c286 TI_STATUS status = PARAM_VALUE_NOT_VALID; local
296 status = smeSm_start(pConfigManager->hSmeSm);
314 status = smeSm_start(pConfigManager->hSmeSm);
319 return status;
341 TI_STATUS status = PARAM_VALUE_NOT_VALID; local
349 status = STATION_IS_NOT_RUNNING;
362 status = STATION_IS_NOT_RUNNING;
367 return status;
374 If the parameter can not be set from outside the driver it returns a fialure status
377 If the father returns a RE_SCAN_NEEDED status, i
392 TI_STATUS status; local
540 TI_STATUS status = OK; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_descriptors.h59 1. Read the Tx path status (DataOutCount in TxPathStatus).
214 /* Valid only if status=TX_SUCCESS.*/
218 TxDescStatus_e status; /* The status of the transmission, indicating */ member in struct:__anon886
261 The structure of the Rx Path Status register. This status register
262 represents both the status of the double-buffer (xfer protocol) and the
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A DmemMngrEx.c1425 TI_STATUS status; local
1428 status = wlan_memMngrFreeMSDU(pMemMngr, memMgr_MsduHandle(pMsdu));
1429 if(status != OK)
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dmmc_tnetw1150_api.c81 u32 status; /* 0x01fffc */ member in struct:__anon1081
194 len += (len<count)?sprintf(page+len, " status :0x%08x\n", mapping.status):0;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverMsr.h222 TI_UINT8 status; /**< The status of measurement performed */ member in struct:__anon1514
/system/wlan/ti/wilink_6_1/Test/
H A DTWD_Debug.c213 static TI_STATUS TWD_PrintMemoryMapCb (TI_HANDLE hTWD, TI_STATUS status, void *pData) argument
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1340 int cmdInterpret_ServiceCompleteCB (TI_HANDLE hCmdInterpret, int status, void *buffer) argument
1350 pCmdInterpret->pAsyncCmd->return_code = status;
1778 pCmdInterpret->wstats.status = 0;
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DmeasurementMgr.c102 TI_STATUS status; local
114 status = fsm_Create(pMeasurementMgr->hOs, &(pMeasurementMgr->pMeasurementMgrSm),
116 if(status != TI_OK)
171 /* Getting management capability status */
638 TI_STATUS status; local
655 status = requestHandler_getNextReq(pMeasurementMgr->hRequestH, TI_FALSE, pRequestArr,
659 if (status != TI_OK)
775 * @param requestStatus The request's status
777 * @param pendReason The reason of a PEND status.
789 /* If the SM is in a state where it waits for the CB, status o
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DroamingMngr.c112 /* called when CONN status event occurs */
291 * This procedure is called when the connection status event
297 * I - pData - pointer to the connection status.
317 connStatus = ((apConn_connStatus_t *)pData)->status;
318 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_connStatusCb, conn status = %d\n", connStatus);
648 TI_STATUS status = TI_OK; local
664 if (status != TI_OK)
814 TI_STATUS status = TI_OK; local
845 status = apConn_setRoamThresholds(pRoamingMngr->hAPConnection, &pRoamingMngrConfigParams->roamingMngrThresholdsConfig);
890 return status;
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrl.c224 TI_STATUS status; local
304 status = admCtrl_subConfig(pAdmCtrl);
306 return status;
331 TI_STATUS status; local
338 status = admCtrlWpa_config(pAdmCtrl);
343 status = admCtrlWpa2_config(pAdmCtrl);
349 status = admCtrlNone_config(pAdmCtrl);
353 status = admCtrlWep_config(pAdmCtrl);
359 return status;
410 TI_STATUS status local
601 TI_STATUS status; local
638 TI_STATUS status; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.c858 TI_STATUS status; local
891 status = TrafficMonitor_SetRstCondition(pCtrlData->hTrafficMonitor,
896 if (status != TI_OK)
898 TRACE1(pCtrlData->hReport, REPORT_SEVERITY_ERROR , "ctrlData_RegisterTrafficIntensityEvents: TrafficMonitor_SetRstCondition returned status = %d\n",status);
928 status = TrafficMonitor_SetRstCondition(pCtrlData->hTrafficMonitor,
933 if (status != TI_OK)
935 TRACE1(pCtrlData->hReport, REPORT_SEVERITY_ERROR , "ctrlData_RegisterTrafficIntensityEvents: TrafficMonitor_SetRstCondition returned status = %d\n",status);
1040 WLAN_OS_REPORT(("Traffic Intensity threshold events status
[all...]
H A DtxCtrlParams.c242 TI_STATUS status; local
248 return (status = DistributorMgr_UnReg(pTxCtrl->TxEventDistributor,RegEventHandle));
576 DESCRIPTION: Update the AC admission status - required or not and admitted or not.
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DsystemConfig.c416 TI_STATUS status; local
569 status = siteMgr_getWMEParamsSite(pSiteMgr,&p_ACParametersDummy);
570 if(status == TI_OK)
H A DtrafficAdmControl.c125 TI_STATUS status; local
139 status = fsm_Create(hOs, &pTrafficAdmCtrl->pTrafficAdmCtrlSm, TRAFFIC_ADM_CTRL_SM_NUM_STATES, TRAFFIC_ADM_CTRL_SM_NUM_EVENTS);
140 if (status != TI_OK)
214 TI_STATUS status; local
261 status = fsm_Config(pTrafficAdmCtrl->pTrafficAdmCtrlSm, &trafficAdmCtrl_smMatrix[0][0],
263 if (status != TI_OK)
297 TI_STATUS status; local
302 status = fsm_GetNextState(pTrafficAdmCtrl->pTrafficAdmCtrlSm, pTrafficAdmCtrl->currentState[acID], event, &nextState);
303 if (status != TI_OK)
312 status
338 TI_STATUS status; local
555 TI_STATUS status; local
589 TI_STATUS status; local
662 TI_STATUS status = TI_OK; local
767 TI_STATUS status = TI_OK; local
1026 TI_STATUS status; local
1087 TI_STATUS status = TI_OK; local
[all...]
/system/core/debuggerd/
H A Ddebuggerd.c729 int n, len, status; local
783 n = waitpid(tid, &status, __WALL);
791 XLOG("waitpid: n=%d status=%08x\n", n, status);
793 if(WIFSTOPPED(status)){
794 n = WSTOPSIG(status);
/system/core/init/
H A Ddevices.c568 int status; local
584 ret = waitpid(pid, &status, 0);
/system/core/sh/
H A Deval.c89 #define EV_TESTED 02 /* exit status is checked; ignore -e flag */
100 int exitstatus; /* exit status of last command */
101 int back_exitstatus; /* exit status of backquoted command */
315 int status; local
318 status = 0;
338 status = exitstatus;
343 exitstatus = status;
355 int status = 0; local
370 status = exitstatus;
382 exitstatus = status;
396 int status = 0; local
[all...]
H A Djobs.c260 int status; local
282 status = waitforjob(jp);
284 return status;
372 if (WIFSTOPPED(ps->status)) {
373 ps->status = -1;
407 /* See if we have more than one status to report */
409 st = ps->status;
411 int st1 = ps->status;
450 if (ps->status == -1) {
452 } else if (WIFEXITED(ps->status)) {
605 int status, retval = 127; local
986 int status; local
1045 int status; local
1153 waitproc(int block, struct job *jp, int *status) argument
[all...]
/system/media/opensles/libopensles/
H A Dandroid_AudioPlayer.cpp259 * - ap->mPrefetchStatus.mStatus == status
260 * - the prefetch status callback, if any, has been notified if a change occurred
263 void audioPlayer_dispatch_prefetchStatus_lockPrefetch(CAudioPlayer *ap, SLuint32 status, argument
271 // status change?
272 if (ap->mPrefetchStatus.mStatus != status) {
273 ap->mPrefetchStatus.mStatus = status;
286 (*prefetchCallback)(&ap->mPrefetchStatus.mItf, prefetchContext, status);
419 // - SL_PREFETCHEVENT_STATUSCHANGE with a status of SL_PREFETCHSTATUS_UNDERFLOW
830 // signal underflow to prefetch status itf
1040 android::status_t status local
[all...]
H A Dandroid_Effect.cpp185 android::status_t status; local
195 status = pFx->getParameter(p);
196 if (android::NO_ERROR == status) {
197 status = p->status;
198 if (android::NO_ERROR == status) {
203 return status;
211 android::status_t status; local
222 status = pFx->setParameter(p);
223 if (android::NO_ERROR == status) {
394 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET, local
483 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id()); local
540 android::status_t status; local
560 android::status_t status; local
580 android_fx_statusToResult(android::status_t status) argument
602 android::status_t status = effect->initCheck(); local
660 android::status_t status = local
693 android::status_t status = local
743 android::status_t status = pFx->initCheck(); local
782 android::status_t status = pFx->setEnabled(SL_BOOLEAN_TRUE == enabled); local
814 android::status_t status = pFx->command( local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
H A DSwitchChannel.c234 TI_STATUS status; local
248 status = fsm_Create(hOs, &pSwitchChannel->pSwitchChannelSm, SC_NUM_STATES, SC_NUM_EVENTS);
249 if (status != OK)
292 TI_STATUS status; local
344 status = fsm_Config(pSwitchChannel->pSwitchChannelSm,
349 if (status != OK)
351 return status;
595 * This procedure is called when power save status is returned
700 TI_STATUS status; local
705 status
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c231 TI_STATUS status; local
274 status = trafficAdmCtrl_config(pQosMngr->pTrafficAdmCtrl,
283 if(status != OK)
496 TI_STATUS status; local
547 * setting TxData params, only PS , Txoplimit and Admission State and AC status
576 status = verifyAndConfigTrafficParams(hQosMngr,&(pQosMngr->acParams[QOS_AC_BE].QtrafficParams));
577 if (status != OK)
581 return status;
588 status = verifyAndConfigQosParams(hQosMngr,&(pQosMngr->acParams[QOS_AC_BE].acQosParams));
589 if (status !
953 TI_STATUS status; local
1648 TI_STATUS status = OK; local
1726 TI_STATUS status; local
1923 TI_STATUS status; local
2022 TI_STATUS status; local
2113 TI_STATUS status; local
2190 TI_STATUS status; local
2355 TI_STATUS status; local
2831 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/
H A DTNETWIF.c146 extern void os_TNETWIF_BusTxn_Complete(TI_HANDLE OsContext,int status);
236 static void TNETWIF_ConfigCb (TI_HANDLE hTNETWIF, UINT8 module_id, TI_STATUS status) argument
260 status = (TI_STATUS)whal_hwAccess_Config (pTNETWIF->hHwAccess,
267 if (status == TNETWIF_PENDING)
269 pTNETWIF->status = TNETWIF_PENDING;
272 else if (status == TNETWIF_ERROR)
274 pTNETWIF->status = TNETWIF_ERROR;
278 pTNETWIF->status = TNETWIF_COMPLETE;
285 status = TNETWIF_SetPartitionsOpt (hTNETWIF,
291 if (status
387 TI_STATUS status = OK; local
411 TI_STATUS status; local
436 TI_STATUS status; local
461 TI_STATUS status; local
561 int status; local
589 TI_STATUS status; local
614 TI_STATUS status; local
639 TI_STATUS status; local
997 int status; local
1016 TNETWIF_rx_start_instance(TI_HANDLE CB_Handle, TI_HANDLE module_id, TI_STATUS status) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
H A DcurrBss.c504 * Soft Gemini status , and change the parameter according to it
961 TI_STATUS status; local
964 status = wlan_memMngrAllocMSDU(pCurrBSS->hMemMgr, &pMsdu, sizeof(probeReqTemplate_t)+TX_TOTAL_OFFSET_BEFORE_DATA, CURRENT_BSS_MODULE);
965 if (status != OK)
1000 status = txData_txSendMsdu(pCurrBSS->hTxData, pMsdu);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DackEmulDb.c175 ackEmulDB->activeIndexTable[index].status = INDEX_FREE;
383 ackEmulDB->activeIndexTable[freeActiveIndex].status = INDEX_FREE;
595 ackEmulDB->activeIndexTable[freeIndex].status = INDEX_BUSY;
762 if(ackEmulDB->activeIndexTable[index].status == INDEX_FREE)
905 * DESCRIPTION: Get the Xtag status of the source station for this
910 * OUTPUT: *status - Xtag status
914 void wdrv_aeDbGetXTagStatus(ackEmulDB_t* ackEmulDB, UINT8 sessionIndex, UINT8 *status) argument
918 *status = ackEmulDB->ackEmulationXTagTable[stationIndex];
924 * DESCRIPTION: Set the Xtag status o
933 wdrv_aeDbSetXTagStatus(ackEmulDB_t* ackEmulDB, UINT8 sessionIndex, UINT8 status) argument
[all...]

Completed in 285 milliseconds

1234567891011