Searched defs:author (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libnblog/
H A DReportPerformance.cpp49 const char * directory, bool append, int author, log_hash_t hash) {
72 common << author << "_" << hash << "_" << currTime << ".csv";
46 writeToFile(const std::deque<std::pair<timestamp, Histogram>> &hists, const std::deque<std::pair<msInterval, timestamp>> &outlierData, const std::deque<timestamp> &peakTimestamps, const char * directory, bool append, int author, log_hash_t hash) argument
H A DPerformanceAnalysis.cpp255 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, argument
305 "Thread, hash, starting timestamp: ", author,
H A DNBLog.cpp106 // Skip author if present
132 int NBLog::FormatEntry::author() const { function in class:android::NBLog::FormatEntry
140 // if there is an author entry, return it, return -1 otherwise
148 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const {
155 // insert author entry
156 size_t authorEntrySize = NBLog::Entry::kOverhead + sizeof(author);
161 sizeof(author);
162 *(int*) (&authorEntry[offsetof(entry, data)]) = author;
242 int NBLog::HistogramEntry::author() const { function in class:android::NBLog::HistogramEntry
245 return it.payload<HistTsEntryWithAuthor>().author;
1105 int author = entry.author(); local
[all...]
/frameworks/av/include/media/nblog/
H A DNBLog.h57 EVENT_AUTHOR, // author index (present in merged logs) tracks entry's
79 // * author entry of the thread that generated it (optional, present in merged log)
150 // entry's author index (-1 if none present)
151 // a Merger has a vector of Readers, author simply points to the index of the
154 virtual int author() const = 0;
156 // copy entry, adding author before timestamp, returns iterator to end of entry
158 int author) const = 0;
180 // Format arguments (excluding format string, timestamp and author)
189 // entry's author index (-1 if none present)
190 // a Merger has a vector of Readers, author simpl
251 int author; member in struct:android::NBLog::HistTsEntryWithAuthor
[all...]
/frameworks/av/media/libnblog/include/media/nblog/
H A DNBLog.h57 EVENT_AUTHOR, // author index (present in merged logs) tracks entry's
79 // * author entry of the thread that generated it (optional, present in merged log)
150 // entry's author index (-1 if none present)
151 // a Merger has a vector of Readers, author simply points to the index of the
154 virtual int author() const = 0;
156 // copy entry, adding author before timestamp, returns iterator to end of entry
158 int author) const = 0;
180 // Format arguments (excluding format string, timestamp and author)
189 // entry's author index (-1 if none present)
190 // a Merger has a vector of Readers, author simpl
251 int author; member in struct:android::NBLog::HistTsEntryWithAuthor
[all...]
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
H A DBasePreviewProgram.java316 * @return The author for the program.
938 * Sets the author or artist of this content.
940 * @param author The author of the program.
944 public T setAuthor(String author) { argument
945 mValues.put(PreviewPrograms.COLUMN_AUTHOR, author);

Completed in 618 milliseconds