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

/system/core/logd/
H A Dmain.cpp343 static void readDmesg(LogAudit* al, LogKlog* kl) { argument
344 if (!al && !kl) {
376 if (al) {
377 rc = al->log(tok, sublen);
530 LogAudit* al = nullptr; local
532 al = new LogAudit(logBuf, reader,
541 kl = new LogKlog(logBuf, reader, fdDmesg, fdPmesg, al != nullptr);
544 readDmesg(al, kl);
552 if (al && al
[all...]
/system/core/libpixelflinger/include/pixelflinger/
H A Dformat.h110 uint8_t al; // alpha low bit position member in struct:__anon1609::__anon1611::__anon1612
/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c204 unsigned int al,
212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) {
213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al);
214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size;
201 _allocator_alloc(_allocator* me, const char* loc, int size, unsigned int al, void** ppbuf) argument
H A Dchre_slpi_stub.c204 unsigned int al,
212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) {
213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al);
214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size;
201 _allocator_alloc(_allocator* me, const char* loc, int size, unsigned int al, void** ppbuf) argument

Completed in 107 milliseconds