Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 211) sorted by relevance

123456789

/aosp12/frameworks/av/media/libnblog/
H A DEntry.cpp190 int FormatEntry::author() const in author() function in android::NBLog::FormatEntry
201 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const in copyWithAuthor()
208 size_t authorEntrySize = Entry::kOverhead + sizeof(author); in copyWithAuthor()
213 sizeof(author); in copyWithAuthor()
214 *(int*) (&authorEntry[offsetof(entry, data)]) = author; in copyWithAuthor()
235 int HistogramEntry::author() const in author() function in android::NBLog::HistogramEntry
239 ? it.payload<HistTsEntryWithAuthor>().author : -1; in author()
243 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const in copyWithAuthor()
251 *(int*) (buffer + sizeof(entry) + sizeof(HistTsEntry)) = author; in copyWithAuthor()
H A DMerger.cpp133 void MergeReader::processSnapshot(Snapshot &snapshot, int author) in processSnapshot() argument
135 ReportPerformance::PerformanceData& data = mThreadPerformanceData[author]; in processSnapshot()
143 mThreadPerformanceAnalysis[author][0 /*hash*/].logTsEntry(payload.ts); in processSnapshot()
146 mThreadPerformanceAnalysis[author][0 /*hash*/].handleStateChange(); in processSnapshot()
260 int author = entry.author(); in handleAuthor() local
261 if (author == -1) { in handleAuthor()
265 const char* name = mReaders[author]->name().c_str(); in handleAuthor()
/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEntry.h156 virtual int author() const = 0;
160 int author) const = 0;
207 int author() const override;
211 int author) const override;
223 int author() const override;
226 int author) const override;
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
H A Dtutorial.cpp122 Value author; in main() local
127 author.SetString(buffer, static_cast<size_t>(len), document.GetAllocator()); in main()
137 document.AddMember("author", author, document.GetAllocator()); in main()
139 …assert(author.IsNull()); // Move semantic for assignment. After this variable is assigned a… in main()
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DConversationActions.java141 @Nullable Person author, in Message()
145 mAuthor = author; in Message()
241 public Builder(@NonNull Person author) { in Builder() argument
242 mAuthor = Objects.requireNonNull(author); in Builder()
/aosp12/system/nvram/hal/
H A Dtesting_module.c35 .author = "The Android Open Source Project",
/aosp12/hardware/libhardware/modules/vr/
H A Dvr.c41 .author = "The Android Open Source Project",
/aosp12/system/update_engine/init/
H A Dupdate-engine.conf18 author "chromium-os-dev@chromium.org"
/aosp12/hardware/qcom/display/msm8960/libmemtrack/
H A Dmemtrack_msm.c52 author: "The Android Open Source Project",
/aosp12/hardware/libhardware/modules/power/
H A Dpower.c60 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/display/msm8909w_3100/libmemtrack/
H A Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/display/msm8998/libmemtrack/
H A Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/display/msm8084/libmemtrack/
H A Dmemtrack_msm.c56 author: "The Android Open Source Project",
/aosp12/hardware/qcom/display/msm8226/libmemtrack/
H A Dmemtrack_msm.c56 author: "The Android Open Source Project",
/aosp12/hardware/qcom/display/msm8909/libmemtrack/
H A Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/sdm845/display/libmemtrack/
H A Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/sm7250/display/libmemtrack/
H A Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/sm8150/display/libmemtrack/
H A Dmemtrack_msm.c56 .author = "The Android Open Source Project",
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dgps.c67 .author = "Qualcomm USA, Inc.",
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
H A Dgps.c67 .author = "Qualcomm USA, Inc.",
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dgps.c71 .author = "Qualcomm USA, Inc.",
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dgps.c71 .author = "Qualcomm USA, Inc.",
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dgps.c71 .author = "Qualcomm USA, Inc.",
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dgps.c71 .author = "Qualcomm USA, Inc.",
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dgps.c71 .author = "Qualcomm USA, Inc.",

123456789