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 | 164 const sp<IIncidentReportStatusListener>& listener, int streamFd) { in scheduleStreamingReport() 288 const sp<IIncidentReportStatusListener>& listener, in reportIncidentToStream() 317 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 | 120 "android/os/IIncidentReportStatusListener.aidl",
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 35702 …rtIncidentToStream(Landroid/os/IncidentReportArgs;Landroid/os/IIncidentReportStatusListener;Ljava/… 35711 …rtIncidentToStream(Landroid/os/IncidentReportArgs;Landroid/os/IIncidentReportStatusListener;Ljava/… 35713 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 35714 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 35715 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->mRemote:Landroid/os/IBinder; 35716 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFailed()V 35717 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFinished()V 35718 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportSectionStatus(II)V 35719 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportStarted()V 35720 Landroid/os/IIncidentReportStatusListener$Stub;-><init>()V [all …]
|