OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nError
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c
246
S_RESULT
nError
=S_SUCCESS;
271
nError
= libManifest2GetNextItem(
277
if (
nError
== S_ERROR_ITEM_NOT_FOUND)
280
nError
= S_SUCCESS;
283
else if (
nError
!= S_SUCCESS)
296
nError
= S_ERROR_OUT_OF_MEMORY;
331
nError
=S_ERROR_ITEM_NOT_FOUND;
358
nError
= S_ERROR_OUT_OF_MEMORY;
367
nError
=S_ERROR_OUT_OF_MEMORY;
377
nError
=SMCPropListSortedAdd(pPublicPropertyList,(NODE*)pProperty)
[
all
...]
delegation_client.c
522
TEEC_Result
nError
= S_SUCCESS;
540
nError
= errno2serror();
543
return
nError
;
554
uint32_t
nError
= S_SUCCESS;
570
nError
= errno2serror();
571
return
nError
;
574
return
nError
;
587
uint32_t
nError
= S_SUCCESS;
604
nError
= S_ERROR_ITEM_NOT_FOUND;
605
return
nError
;
[
all
...]
/hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c
383
TEEC_Result
nError
= TEEC_SUCCESS;
403
nError
= TEEC_ERROR_OUT_OF_MEMORY;
408
nError
= TEEC_ERROR_COMMUNICATION;
420
nError
=TEEC_ERROR_OUT_OF_MEMORY;
423
nError
=TEEC_ERROR_COMMUNICATION;
429
if(
nError
== TEEC_SUCCESS)
435
TRACE_ERROR("scxOpen failed 0x%x\n",
nError
);
439
return
nError
;
758
TEEC_Result
nError
;
799
nError
= scxExchangeMessage(context, &sCommand, &sAnswer, operation)
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c
329
OMX_S32
nError
= 0;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
638
int
nError
= 0;
645
nError
= ferror(fIn);
646
if (
nError
!= 0) {
649
nError
= feof(fIn);
650
if (
nError
!= 0 ) {
[
all
...]
Completed in 90 milliseconds