Searched refs:ReportBatch (Results 1 – 6 of 6) sorted by relevance
85 class ReportBatch : public virtual RefBase {87 ReportBatch();88 virtual ~ReportBatch();167 void transferStreamingRequests(const sp<ReportBatch>& that);173 void transferPersistedRequests(const sp<ReportBatch>& that);194 ReportWriter(const sp<ReportBatch>& batch);212 sp<ReportBatch> mBatch;262 const sp<ReportBatch>& batch,273 sp<ReportBatch> mBatch;
218 ReportBatch::ReportBatch() {} in ReportBatch() function in android::os::incidentd::ReportBatch220 ReportBatch::~ReportBatch() {} in ~ReportBatch()240 bool ReportBatch::empty() const { in empty()267 void ReportBatch::forEachListener( in forEachListener()285 void ReportBatch::forEachListener(int sectionId, in forEachListener()314 bool ReportBatch::containsSection(int sectionId) { in containsSection()332 void ReportBatch::clearPersistedRequests() { in clearPersistedRequests()336 void ReportBatch::transferStreamingRequests(const sp<ReportBatch>& that) { in transferStreamingRequests()344 void ReportBatch::transferPersistedRequests(const sp<ReportBatch>& that) { in transferPersistedRequests()385 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter()[all …]
36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch()37 sp<ReportBatch> result = new ReportBatch(); in filterBatch()
42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
88 sp<ReportBatch> mBatch;
137 mBatch(new ReportBatch()) { in ReportHandler()182 sp<ReportBatch> batch; in take_report()