Searched refs:IIncidentReportStatusListener (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.h | 52 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);
|
D | Reporter.cpp | 144 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 …]
|
D | IncidentService.h | 67 const sp<IIncidentReportStatusListener>& listener, 129 const sp<IIncidentReportStatusListener>& listener, 133 const sp<IIncidentReportStatusListener>& listener);
|
D | IncidentService.cpp | 162 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/ |
D | IIncidentManager.aidl | 19 import android.os.IIncidentReportStatusListener; 43 @nullable IIncidentReportStatusListener listener, in reportIncidentToStream() 53 @nullable IIncidentReportStatusListener listener); in reportIncidentToDumpstate()
|
D | IIncidentReportStatusListener.aidl | 24 oneway interface IIncidentReportStatusListener { interface
|
/frameworks/base/cmds/incidentd/tests/ |
D | Reporter_test.cpp | 50 class TestListener : public IIncidentReportStatusListener { 67 case IIncidentReportStatusListener::STATUS_STARTING: in onReportSectionStatus() 71 case IIncidentReportStatusListener::STATUS_FINISHED: in onReportSectionStatus()
|
D | Section_test.cpp | 71 class SimpleListener : public IIncidentReportStatusListener {
|
/frameworks/base/core/java/ |
D | Android.bp | 98 "android/os/IIncidentReportStatusListener.aidl",
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 39668 …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 …]
|