Searched defs:status (Results 101 - 125 of 252) sorted by relevance

1234567891011

/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c86 static void asyncEnded_CB(TI_HANDLE hBusTxn, int status);
87 static void ConnectDone_CB(TI_HANDLE hBusDrv, int status);
324 /* return transaction status - COMPLETE, PENDING or ERROR */
339 * INPUTS: status -
345 static void asyncEnded_CB(TI_HANDLE hBusDrv, int status) argument
349 if (status != 0)
351 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_ERROR, "asyncEnded_CB : Status = %d, fTxnDoneCb = 0x%x\n", status,pBusDrv->fTxnDoneCb);
373 * INPUTS: status -
379 static void ConnectDone_CB(TI_HANDLE hBusDrv, int status) argument
383 if (status !
[all...]
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DosRgstry_parser.c116 void NdisReadConfiguration( OUT PNDIS_STATUS status, OUT PNDIS_CONFIGURATION_PARAMETER *param_value, argument
123 *status = NDIS_STATUS_FAILURE;
176 *status = NDIS_STATUS_BUFFER_TOO_SHORT;
200 *status = NDIS_STATUS_SUCCESS;
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A Dconn.c97 TI_STATUS status; local
107 status = fsm_Create(hOs, &pFsm, CONN_IBSS_NUM_STATES, CONN_IBSS_NUM_EVENTS);
108 if (status != TI_OK)
116 status = fsm_Create(hOs, &pFsm, CONN_INFRA_NUM_STATES, CONN_INFRA_NUM_EVENTS);
117 if (status != TI_OK)
453 DESCRIPTION: Called by the MLME SM when MLME status changed.
456 according to the status
459 status - MLME status
467 mgmtStatus_e status,
466 conn_reportMlmeStatus(TI_HANDLE hConn, mgmtStatus_e status, TI_UINT16 uStatusCode) argument
521 conn_reportRsnStatus(TI_HANDLE hConn, mgmtStatus_e status) argument
[all...]
H A DconnIbss.c187 TI_STATUS status; local
190 status = fsm_GetNextState(pConn->ibss_pFsm, *currentState, event, &nextState);
191 if (status != TI_OK)
198 status = fsm_Event(pConn->ibss_pFsm, currentState, event, (void *)pConn);
200 return status;
345 /* we use this status at SME, if != 0 means that assoc frame sent */
H A DmainSecKeysOnly.c101 TI_STATUS status; local
131 status = fsm_Config(pMainSec->pMainSecSm, &mainSecKeysOnly_matrix[0][0],
133 if (status != TI_OK)
136 return status;
177 TI_STATUS status; local
179 status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_START, pMainSec);
181 return status;
204 TI_STATUS status; local
206 status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_STOP, pMainSec);
208 return status;
231 TI_STATUS status; local
304 TI_STATUS status = TI_OK; local
314 TI_STATUS status = TI_OK; local
324 TI_STATUS status = TI_OK; local
334 TI_STATUS status = TI_OK; local
341 TI_STATUS status = TI_OK; local
351 TI_STATUS status = TI_OK; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxDataQueue.c121 /* Configures the Port Default status to Close */
214 TI_STATUS status = TI_OK; local
226 status = TI_NOK;
233 return status;
590 TI_STATUS eStatus; /* The return status of the txCtrl_xmitData function */
638 * If the return status is busy it means that the packet was not sent
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DPowerMgrKeepAlive.c171 TI_STATUS status = TI_OK; local
177 status = txCtrlServ_buildWlanHeader (pPowerMgrKL->hTxCtrl, &(pPowerMgrKL->wlanHeader[ 0 ]), &(pPowerMgrKL->wlanHeaderLength));
189 status = powerMgrKLConfigureMessage (hPowerMgrKL, uIndex);
192 return status;
242 TI_STATUS status = TI_OK; local
270 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams));
271 if (TI_OK != status)
273 TRACE1(pPowerMgrKL->hReport, REPORT_SEVERITY_ERROR , "powerMgrKL_setParam: error trying to clear current template %d\n", status);
274 return status;
351 TI_STATUS status local
[all...]
H A DScanCncnSmSpecific.c67 /* request the SCR as application scan client, and act according to return status */
85 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_ScrRequest: SCR returned unrecognized status: %d.\n", eScrReplyStatus);
136 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StartScan: TWD returned status %d, quitting app scan.\n", tStatus);
138 /* mark the return status */
174 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmApp1Shot_StopScan: status %d from TWD_StopScan, sending scan complete to SM\n", tStatus);
214 /* request the SCR as application scan client, and act according to return status */
232 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmAppP_ScrRequest: SCR returned unrecognized status: %d.\n", eScrReplyStatus);
278 TRACE1(pScanCncnClient->hReport, REPORT_SEVERITY_ERROR , "scanCncnSmAppP_StartScan: TWD returned status %d, quitting app scan.\n", tStatus);
280 /* mark the return status */
300 TI_STATUS status; local
409 TI_STATUS status; local
440 TI_STATUS status; local
544 TI_STATUS status; local
575 TI_STATUS status; local
685 TI_STATUS status; local
723 TI_STATUS status; local
[all...]
H A DauthSm.c110 TI_STATUS status; local
124 status = fsm_Create(hOs, &pHandle->pAuthSm, AUTH_SM_MAX_NUM_STATES, AUTH_SM_MAX_NUM_EVENTS);
125 if (status != TI_OK)
155 TI_STATUS status; local
160 status = fsm_Unload(pHandle->hOs, pHandle->pAuthSm);
161 if (status != TI_OK)
364 if (pFrame->content.auth.status != STATUS_SUCCESSFUL)
579 TI_STATUS status; local
596 /* insert status code */
597 pAuthMsg->status
[all...]
H A DopenAuthSm.c114 TI_STATUS status; local
151 status = fsm_Config(pHandle->pAuthSm, &openAuth_smMatrix[0][0],
153 if (status != TI_OK)
167 TI_STATUS status; local
170 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
171 if (status != TI_OK)
179 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
181 return status;
204 TI_STATUS status; local
215 /* check response status */
248 TI_STATUS status; local
283 TI_STATUS status; local
292 TI_STATUS status; local
302 TI_STATUS status; local
312 TI_STATUS status; local
323 TI_STATUS status; local
333 TI_STATUS status; local
379 TI_STATUS status; local
392 TI_STATUS status; local
[all...]
H A DsharedKeyAuthSm.c112 TI_STATUS status; local
165 status = fsm_Config(pHandle->pAuthSm, &sharedKeyAuth_smMatrix[0][0],
167 if (status != TI_OK)
181 TI_STATUS status; local
184 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
185 if (status != TI_OK)
193 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
195 return status;
219 TI_STATUS status = TI_NOK; local
231 /* check response status */
301 TI_STATUS status; local
313 TI_STATUS status; local
322 TI_STATUS status; local
343 TI_STATUS status; local
353 TI_STATUS status; local
364 TI_STATUS status; local
373 TI_STATUS status; local
383 TI_STATUS status; local
393 TI_STATUS status; local
406 TI_STATUS status; local
415 TI_STATUS status; local
465 TI_STATUS status; local
479 TI_STATUS status; local
[all...]
/system/core/fastboot/
H A Dengine.c76 int (*func)(Action *a, int status, char *resp);
84 static int cb_default(Action *a, int status, char *resp) argument
86 if (status) {
93 return status;
168 static int cb_check(Action *a, int status, char *resp, int invert) argument
175 if (status) {
177 return status;
201 static int cb_require(Action *a, int status, char *resp) argument
203 return cb_check(a, status, resp, 0);
206 static int cb_reject(Action *a, int status, cha argument
222 cb_display(Action *a, int status, char *resp) argument
241 cb_do_nothing(Action *a, int status, char *resp) argument
278 int status; local
[all...]
/system/core/include/diskconfig/
H A Ddiskconfig.h34 /* PC Bios partition status */
64 uint8_t status; /* byte 0 */ member in struct:pc_partition
/system/core/sh/
H A Dtrap.c432 exitshell(int status) argument
437 TRACE(("pid %d, exitshell(%d)\n", getpid(), status));
454 l2: _exit(status);
/system/media/opensles/libopensles/
H A DIEnvironmentalReverb.c54 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
56 result = android_fx_statusToResult(status);
81 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
83 result = android_fx_statusToResult(status);
113 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
115 result = android_fx_statusToResult(status);
141 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
143 result = android_fx_statusToResult(status);
172 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
174 result = android_fx_statusToResult(status);
200 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
231 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
259 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
290 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
318 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
349 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
377 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
408 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
436 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
467 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
495 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
526 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
554 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
584 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
612 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
666 android::status_t status = android_erev_setParam(this->mEnvironmentalReverbEffect, local
694 android::status_t status = android_erev_getParam(this->mEnvironmentalReverbEffect, local
[all...]
H A DIEqualizer.c65 android::status_t status = local
67 result = android_fx_statusToResult(status);
160 android::status_t status = local
162 result = android_fx_statusToResult(status);
193 android::status_t status = local
195 result = android_fx_statusToResult(status);
228 android::status_t status =
230 result = android_fx_statusToResult(status);
267 android::status_t status =
269 result = android_fx_statusToResult(status);
323 android::status_t status = local
355 android::status_t status = local
395 android::status_t status = local
[all...]
/system/media/opensles/tests/mimeUri/
H A DslesTestSlowDownUri.cpp87 SLuint32 status; local
89 (*caller)->GetPrefetchStatus(caller, &status);
91 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
99 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %lu\n", status);
/system/media/opensles/tests/
H A DmimeUri_test.cpp78 SLuint32 status; local
80 (*caller)->GetPrefetchStatus(caller, &status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
90 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %lu\n", status);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
H A DshmBus.c55 /* Handle return status inside a state machine */
56 #define EXCEPT(pwhalbus,status) \
57 switch (status) { \
72 static void whalBus_ConfigSm (TI_HANDLE hWhalBus, UINT8 module_id, TI_STATUS status);
158 static void whalBus_ConfigSm (TI_HANDLE hWhalBus, UINT8 module_id, TI_STATUS status) argument
173 status = TNETWIF_WriteRegOpt (pTnetwDrv->hTNETWIF,
179 EXCEPT (pWhalBus, status)
203 pWhalBus->fCb (pWhalBus->hCb, status);
306 /* Clearing all the interrupt status register sources */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgrSM.c182 TI_STATUS status; local
256 status = fsm_Config(pMeasurementMgr->pMeasurementMgrSm,
262 return status;
279 TI_STATUS status; local
282 status = fsm_GetNextState(pMeasurementMgr->pMeasurementMgrSm,
285 if (status != OK)
299 status = fsm_Event(pMeasurementMgr->pMeasurementMgrSm,
302 return status;
478 TI_STATUS status; local
501 status
850 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
H A DSoftGemini.c216 TI_STATUS status; local
246 status = SoftGemini_setParamsToFW(hSoftGemini, &pSoftGemini->SoftGeminiParam);
278 if ((OK == status) && (pSoftGeminiInitParams->SoftGeminiEnable != SG_DISABLE))
280 status = SoftGemini_setEnableParam(hSoftGemini, pSoftGeminiInitParams->SoftGeminiEnable, FALSE);
283 if (status == OK)
292 return status;
463 /* Set SG status for the IPC_EVENT_BT_COEX_MODE event */
480 /* Set SG status for the IPC_EVENT_BT_COEX_MODE event */
497 /* Set SG status for the IPC_EVENT_BT_COEX_MODE event */
513 /* Set SG status fo
729 TI_STATUS status; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
H A DCmdQueue.c180 with on error status
311 int status; local
316 status = CmdQueue_Push(pCmdQueue, CMD_CONFIGURE,
320 CMDQUEUE_CONVERT_RC(status);
338 int status; local
343 status = CmdQueue_Push(pCmdQueue, CMD_CONFIGURE,
347 CMDQUEUE_CONVERT_RC(status);
372 int status = OK;
376 status = CmdQueue_Push(pCmdQueue, CMD_INTERROGATE,
384 if (status
411 int status; local
443 int status; local
469 int status; local
578 TI_STATUS status; local
818 CmdQueue_ResultReceived(TI_HANDLE hCmdQueue, UINT32 status) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
H A DTNETW_Driver.c401 TI_STATUS status; local
446 if ((status = whalCtrl_Config (pTnetwDrv->hHalCtrl, hTnetwDrv, &whalCtrl_config, pFWImage)) == TNETWIF_ERROR)
453 return status;
H A DTNETW_Driver_Tx.c142 systemStatus_e status; local
254 status = txXfer_sendPacket(pTnetwDrv->hTxXfer, pPktCtrlBlk);
257 if (status == SEND_PACKET_XFER_DONE)
266 if (status == SEND_PACKET_XFER_DONE)
268 else if (status == SEND_PACKET_SUCCESS)
270 else if (status == SEND_PACKET_PENDING)
277 return status;
418 ConvertTxResultStatus((TxDescStatus_enum)pTxResultInfo->status),
508 * DESCRIPTION: Convert the status bit field in the TxDone descriptor, indexed
509 * by the given index, to a driver status bi
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/
H A DCmdMBox.c315 static void CmdMBox_ConfigHwCb (TI_HANDLE hCmdMBox, UINT8 module_id, TI_STATUS status) argument
342 int status; local
350 status = TNETWIF_ReadRegOpt (pCmdMBox->hTNETWIF,
357 switch (status)
372 return (TI_STATUS)status;
513 void CmdMBox_TxnCmplt(TI_HANDLE hCmdMBox, UINT8 module_id ,TI_STATUS status) argument
529 void CmdMBox_BusReady(TI_HANDLE hCmdMBox, UINT8 module_id ,TI_STATUS status) argument
583 /* need to read the status only */
600 /* check the status */
604 if GetResult_ParamsBuf is NULL then we only need to check the status an
[all...]

Completed in 576 milliseconds

1234567891011