Home
last modified time | relevance | path

Searched refs:IIncidentReportStatusListener (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DReporter.h49 ReportRequest(const IncidentReportArgs& args, const sp<IIncidentReportStatusListener>& listener,
62 sp<IIncidentReportStatusListener> getListener() { return mListener; } in getListener()
71 sp<IIncidentReportStatusListener> mListener;
97 const sp<IIncidentReportStatusListener>& listener, int streamFd);
132 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);
139 const function<void (const sp<IIncidentReportStatusListener>&)>& func);
DReporter.cpp140 const sp<IIncidentReportStatusListener>& listener, int fd) in ReportRequest()
189 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in addStreamingReport()
221 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
224 sp<IIncidentReportStatusListener> listener = it->second->getListener(); in forEachListener()
231 sp<IIncidentReportStatusListener> listener = (*request)->getListener(); in forEachListener()
239 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
243 sp<IIncidentReportStatusListener> listener = it->second->getListener(); in forEachListener()
252 sp<IIncidentReportStatusListener> listener = (*request)->getListener(); in forEachListener()
540 sp<IIncidentReportStatusListener> listener = request->getListener(); in runReport()
596 sectionId, IIncidentReportStatusListener::STATUS_STARTING); in runReport()
[all …]
DIncidentService.h63 const sp<IIncidentReportStatusListener>& listener,
123 const sp<IIncidentReportStatusListener>& listener,
127 const sp<IIncidentReportStatusListener>& listener);
DIncidentService.cpp158 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in scheduleStreamingReport()
281 const sp<IIncidentReportStatusListener>& listener, in reportIncidentToStream()
310 const sp<IIncidentReportStatusListener>& listener) { in reportIncidentToDumpstate()
/frameworks/base/core/java/android/os/
DIIncidentManager.aidl19 import android.os.IIncidentReportStatusListener;
42 @nullable IIncidentReportStatusListener listener, in reportIncidentToStream()
52 @nullable IIncidentReportStatusListener listener); in reportIncidentToDumpstate()
DIIncidentReportStatusListener.aidl24 oneway interface IIncidentReportStatusListener { interface
/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp50 class TestListener : public IIncidentReportStatusListener {
67 case IIncidentReportStatusListener::STATUS_STARTING: in onReportSectionStatus()
71 case IIncidentReportStatusListener::STATUS_FINISHED: in onReportSectionStatus()
DSection_test.cpp71 class SimpleListener : public IIncidentReportStatusListener {
/frameworks/base/
DAndroid.bp517 "core/java/android/os/IIncidentReportStatusListener.aidl",
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt50184 …rtIncidentToStream(Landroid/os/IncidentReportArgs;Landroid/os/IIncidentReportStatusListener;Ljava/…
50193 …rtIncidentToStream(Landroid/os/IncidentReportArgs;Landroid/os/IIncidentReportStatusListener;Ljava/…
50195 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
50196 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
50197 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->mRemote:Landroid/os/IBinder;
50198 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFailed()V
50199 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFinished()V
50200 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportSectionStatus(II)V
50201 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportStarted()V
50202 Landroid/os/IIncidentReportStatusListener$Stub;-><init>()V
[all …]