Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DEntry.cpp209 uint8_t authorEntry[authorEntrySize]; in copyWithAuthor() local
210 authorEntry[offsetof(entry, type)] = EVENT_FMT_AUTHOR; in copyWithAuthor()
211 authorEntry[offsetof(entry, length)] = in copyWithAuthor()
212 authorEntry[authorEntrySize + Entry::kPreviousLengthOffset] = in copyWithAuthor()
214 *(int*) (&authorEntry[offsetof(entry, data)]) = author; in copyWithAuthor()
215 dst->write(authorEntry, authorEntrySize); in copyWithAuthor()