Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DEntry.cpp238 return it->length == sizeof(HistTsEntryWithAuthor) in author()
239 ? it.payload<HistTsEntryWithAuthor>().author : -1; in author()
247 uint8_t buffer[Entry::kOverhead + sizeof(HistTsEntryWithAuthor)]; in copyWithAuthor()
253 buffer[offsetof(entry, length)] = sizeof(HistTsEntryWithAuthor); in copyWithAuthor()
254 buffer[offsetof(entry, data) + sizeof(HistTsEntryWithAuthor) + offsetof(ending, length)] in copyWithAuthor()
255 = sizeof(HistTsEntryWithAuthor); in copyWithAuthor()
/frameworks/av/media/libnblog/include/media/nblog/
DEvents.h86 struct HistTsEntryWithAuthor { struct