Home
last modified time | relevance | path

Searched refs:streamFd (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DIncidentService.h64 int streamFd);
DReporter.h97 const sp<IIncidentReportStatusListener>& listener, int streamFd);
DIncidentService.cpp158 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in scheduleStreamingReport() argument
159 mBatch->addStreamingReport(args, listener, streamFd); in scheduleStreamingReport()
DReporter.cpp189 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in addStreamingReport() argument
190 mStreamingRequests.push_back(new ReportRequest(args, listener, streamFd)); in addStreamingReport()