Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DNBLog.cpp111 uint8_t authorEntry[authorEntrySize]; in copyWithAuthor() local
112 authorEntry[offsetof(entry, type)] = EVENT_AUTHOR; in copyWithAuthor()
113 authorEntry[offsetof(entry, length)] = in copyWithAuthor()
114 authorEntry[authorEntrySize + NBLog::Entry::kPreviousLengthOffset] = in copyWithAuthor()
116 *(int*) (&authorEntry[offsetof(entry, data)]) = author; in copyWithAuthor()
117 dst->write(authorEntry, authorEntrySize); in copyWithAuthor()