Searched refs:IIncidentReportStatusListener (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.h | 49 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);
|
D | Reporter.cpp | 140 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 …]
|
D | IncidentService.h | 63 const sp<IIncidentReportStatusListener>& listener, 123 const sp<IIncidentReportStatusListener>& listener, 127 const sp<IIncidentReportStatusListener>& listener);
|
D | IncidentService.cpp | 158 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/ |
D | IIncidentManager.aidl | 19 import android.os.IIncidentReportStatusListener; 42 @nullable IIncidentReportStatusListener listener, in reportIncidentToStream() 52 @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/ |
D | Android.bp | 517 "core/java/android/os/IIncidentReportStatusListener.aidl",
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 50184 …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 …]
|