Searched refs:al (Results 1 – 7 of 7) sorted by relevance
/system/core/logd/ |
D | main.cpp | 330 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg() argument 331 if (!al && !kl) { in readDmesg() 363 if (al) { in readDmesg() 364 rc = al->log(tok, sublen); in readDmesg() 512 LogAudit* al = nullptr; in main() local 514 al = new LogAudit(logBuf, reader, in main() 523 kl = new LogKlog(logBuf, reader, fdDmesg, fdPmesg, al != nullptr); in main() 526 readDmesg(al, kl); in main() 534 if (al && al->startListener()) { in main() 535 delete al; in main()
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 204 unsigned int al, in _allocator_alloc() argument 212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc() 213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc() 214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc()
|
D | chre_slpi_stub.c | 204 unsigned int al, in _allocator_alloc() argument 212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc() 213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc() 214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 110 uint8_t al; // alpha low bit position member
|
/system/security/keystore/ |
D | test-keystore | 57 run adb shell ls -al /data/misc/keystore
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
D | event.h | 245 struct addr_location *al,
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 267 p = downshift_component(p, a, hbits, lbits, f->ah, f->al, 0, 1, -1); in ggl_pack_color()
|