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

  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 157 int nStatus = 0;
175 nStatus = -1;
183 nStatus = -2;
190 nStatus = -4;
199 nStatus = errno;
201 printf("Boot time driver open failed [%d] !\n", nStatus);
203 printf("SMC driver open failed [%d] !\n", nStatus);
209 nStatus = ioctl(fd, IOCTL_SCX_SMC_PA_CTRL, &paCtrl);
211 if (nStatus != 0)
213 nStatus = errno
    [all...]
smc_pa_ctrl.c 79 int nStatus = 0;
190 nStatus = smcPAStart(pPAFileName, pConfFileName);
205 nStatus = smcPAStop();
218 return nStatus;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 315 OMX_S32 nStatus = 0;
318 nStatus = ProcMgr_flushMemory((OMX_PTR) pBuffer, size,
320 RPC_assert(nStatus >= 0, RPC_OMX_ErrorUndefined,
345 OMX_S32 nStatus = 0;
349 nStatus = ProcMgr_invalidateMemory((OMX_PTR) pBuffer, size,
351 RPC_assert(nStatus >= 0, RPC_OMX_ErrorUndefined,
376 OMX_S32 nStatus = 0;
379 nStatus =
382 RPC_assert(nStatus >= 0, RPC_OMX_ErrorUndefined,
407 OMX_S32 nStatus = 0
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 80 int nStatus;
122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set);
124 if (-1 == nStatus) {
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 228 int nStatus ;
231 nStatus = gettimeofday(&newer, NULL);
    [all...]

Completed in 137 milliseconds