Searched defs:nErr (Results 1 - 1 of 1) sorted by relevance

/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_stub.c152 #define _ASSERT(nErr, ff) _TRY(nErr, 0 == (ff) ? AEE_EBADPARM : AEE_SUCCESS)
155 #define _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, __FILE_LINE__, size, alignment, (void**)&pv))
157 #define _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignment, (void**)&pv))
511 int nErr = _chre_slpi_pls_ctor("chre_slpi", (void*)&tmp); local
512 if(nErr) {

Completed in 59 milliseconds