Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dlibc_test.cpp64 char *eventData = log_msg.msg(); in TEST() local
66 int incoming = (eventData[0] & 0xFF) | in TEST()
67 ((eventData[1] & 0xFF) << 8) | in TEST()
68 ((eventData[2] & 0xFF) << 16) | in TEST()
69 ((eventData[3] & 0xFF) << 24); in TEST()
75 if (eventData[4] != EVENT_TYPE_INT) { in TEST()
79 incoming = (eventData[4 + 1 + 0] & 0xFF) | in TEST()
80 ((eventData[4 + 1 + 1] & 0xFF) << 8) | in TEST()
81 ((eventData[4 + 1 + 2] & 0xFF) << 16) | in TEST()
82 ((eventData[4 + 1 + 3] & 0xFF) << 24); in TEST()
Dliblog_test.cpp155 char *eventData = log_msg.msg(); in TEST() local
157 if (eventData[4] != EVENT_TYPE_LONG) { in TEST()
161 log_time tx(eventData + 4 + 1); in TEST()
208 char *eventData = log_msg.msg(); in TEST() local
210 if (eventData[4] != EVENT_TYPE_STRING) { in TEST()
214 int len = get4LE(eventData + 4 + 1); in TEST()
269 char *eventData = log_msg.msg(); in TEST() local
271 if (eventData[4] != EVENT_TYPE_STRING) { in TEST()
275 int len = get4LE(eventData + 4 + 1); in TEST()
446 char *eventData = log_msg.msg(); in TEST() local
[all …]
Dliblog_benchmark.cpp543 char* eventData = log_msg.msg(); in BM_log_latency() local
545 if (eventData[4] != EVENT_TYPE_LONG) { in BM_log_latency()
548 log_time tx(eventData + 4 + 1); in BM_log_latency()
550 if (0xDEADBEEFA55A5AA5ULL == caught_convert(eventData + 4 + 1)) { in BM_log_latency()
623 char* eventData = log_msg.msg(); in BM_log_delay() local
625 if (eventData[4] != EVENT_TYPE_LONG) { in BM_log_delay()
628 log_time tx(eventData + 4 + 1); in BM_log_delay()
630 if (0xDEADBEEFA55A5AA6ULL == caught_convert(eventData + 4 + 1)) { in BM_log_delay()
/system/core/liblog/
Dlogprint.c577 const unsigned char* eventData = *pEventData; in android_log_printBinaryEvent() local
587 type = *eventData++; in android_log_printBinaryEvent()
598 ival = get4LE(eventData); in android_log_printBinaryEvent()
599 eventData += 4; in android_log_printBinaryEvent()
619 lval = get8LE(eventData); in android_log_printBinaryEvent()
620 eventData += 8; in android_log_printBinaryEvent()
641 ival = get4LE(eventData); in android_log_printBinaryEvent()
643 eventData += 4; in android_log_printBinaryEvent()
663 strLen = get4LE(eventData); in android_log_printBinaryEvent()
664 eventData += 4; in android_log_printBinaryEvent()
[all …]
/system/tpm/trunks/generator/
Draw_commands.txt16903 The data in eventData is hashed using the hash algorithm associated with each bank in which the
16912 will cause eventData to be hashed twice, once with SHA1 and once with SHA256. The SHA1 hash of
16913 eventData will be Extended to PCR[2] in the SHA1 bank and the SHA256 hash of eventData will be
16916 On successful command completion, digests will contain the list of tagged digests of eventData that…
16970 eventData
17125 CryptUpdateDigest2B(&hashState, &in->eventData.b);
Draw_commands_fixed.txt16914 The data in eventData is hashed using the hash algorithm associated with each bank in which the
16923 will cause eventData to be hashed twice, once with SHA1 and once with SHA256. The SHA1 hash of
16924 eventData will be Extended to PCR[2] in the SHA1 bank and the SHA256 hash of eventData will be
16927 On successful command completion, digests will contain the list of tagged digests of eventData that…
16981 eventData
17136 CryptUpdateDigest2B(&hashState, &in->eventData.b);