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

/frameworks/support/tv-provider/src/android/support/media/tv/
H A DBasePreviewProgram.java230 * @return The author for the program.
754 * Sets the author or artist of this content.
756 * @param author The author of the program.
760 public T setAuthor(String author) { argument
761 mValues.put(PreviewPrograms.COLUMN_AUTHOR, author);
/frameworks/av/media/libnbaio/
H A DNBLog.cpp75 // Skip author if present
89 pid_t NBLog::FormatEntry::author() const { function in class:android::NBLog::FormatEntry
95 // if there is an author entry, return it, return -1 otherwise
103 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const {
109 // insert author entry
110 size_t authorEntrySize = NBLog::Entry::kOverhead + sizeof(author);
115 sizeof(author);
116 *(int*) (&authorEntry[offsetof(entry, data)]) = author;
880 // log author (if present)
1034 int author local
[all...]

Completed in 111 milliseconds