Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.h52 ReportRequest(const IncidentReportArgs& args, const sp<IIncidentReportStatusListener>& listener,
65 sp<IIncidentReportStatusListener> getListener() { return mListener; } in getListener()
76 sp<IIncidentReportStatusListener> mListener;
104 const sp<IIncidentReportStatusListener>& listener, int streamFd);
139 void forEachListener(const function<void (const sp<IIncidentReportStatusListener>&)>& func);
146 const function<void (const sp<IIncidentReportStatusListener>&)>& func);
DReporter.cpp144 const sp<IIncidentReportStatusListener>& listener, int fd) in ReportRequest()
236 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in addStreamingReport()
268 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
271 sp<IIncidentReportStatusListener> listener = it->second->getListener(); in forEachListener()
278 sp<IIncidentReportStatusListener> listener = (*request)->getListener(); in forEachListener()
286 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
290 sp<IIncidentReportStatusListener> listener = it->second->getListener(); in forEachListener()
299 sp<IIncidentReportStatusListener> listener = (*request)->getListener(); in forEachListener()
589 sp<IIncidentReportStatusListener> listener = request->getListener(); in runReport()
720 sectionId, IIncidentReportStatusListener::STATUS_STARTING); in execute_section()
[all …]
DIncidentService.h67 const sp<IIncidentReportStatusListener>& listener,
129 const sp<IIncidentReportStatusListener>& listener,
133 const sp<IIncidentReportStatusListener>& listener);
DIncidentService.cpp162 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in scheduleStreamingReport()
286 const sp<IIncidentReportStatusListener>& listener, in reportIncidentToStream()
315 const sp<IIncidentReportStatusListener>& listener) { in reportIncidentToDumpstate()
/frameworks/base/core/java/android/os/
DIIncidentManager.aidl19 import android.os.IIncidentReportStatusListener;
43 @nullable IIncidentReportStatusListener listener, in reportIncidentToStream()
53 @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/core/java/
DAndroid.bp98 "android/os/IIncidentReportStatusListener.aidl",
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt39668 …rtIncidentToStream(Landroid/os/IncidentReportArgs;Landroid/os/IIncidentReportStatusListener;Ljava/…
39677 …rtIncidentToStream(Landroid/os/IncidentReportArgs;Landroid/os/IIncidentReportStatusListener;Ljava/…
39679 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
39680 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
39681 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->mRemote:Landroid/os/IBinder;
39682 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFailed()V
39683 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFinished()V
39684 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportSectionStatus(II)V
39685 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportStarted()V
39686 Landroid/os/IIncidentReportStatusListener$Stub;-><init>()V
[all …]