Home
last modified time | relevance | path

Searched refs:typeTable (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dlogprint.c728 static const unsigned char typeTable[] = { in android_log_printBinaryEvent() local
734 (*cp < (char)('1' + (sizeof(typeTable) / sizeof(typeTable[0])))) && in android_log_printBinaryEvent()
735 (type != typeTable[(size_t)(*cp - '1')])) in android_log_printBinaryEvent()