Searched refs:IIncidentReportStatusListener (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A 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);
|
H A 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() 720 sectionId, IIncidentReportStatusListener::STATUS_STARTING); in execute_section() 747 sectionId, IIncidentReportStatusListener::STATUS_FINISHED); in execute_section() [all …]
|
H A D | IncidentService.h | 67 const sp<IIncidentReportStatusListener>& listener, 129 const sp<IIncidentReportStatusListener>& listener, 133 const sp<IIncidentReportStatusListener>& listener);
|
H A 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()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IIncidentManager.aidl | 19 import android.os.IIncidentReportStatusListener; 43 @nullable IIncidentReportStatusListener listener, in reportIncidentToStream() 53 @nullable IIncidentReportStatusListener listener); in reportIncidentToDumpstate()
|
H A D | IIncidentReportStatusListener.aidl | 24 oneway interface IIncidentReportStatusListener { interface
|
/aosp14/frameworks/base/cmds/incidentd/tests/ |
H A D | Reporter_test.cpp | 50 class TestListener : public IIncidentReportStatusListener { 67 case IIncidentReportStatusListener::STATUS_STARTING: in onReportSectionStatus() 71 case IIncidentReportStatusListener::STATUS_FINISHED: in onReportSectionStatus()
|
H A D | Section_test.cpp | 71 class SimpleListener : public IIncidentReportStatusListener {
|
/aosp14/frameworks/base/core/java/ |
H A D | Android.bp | 114 "android/os/IIncidentReportStatusListener.aidl",
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36359 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFailed()V 36360 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportFinished()V 36362 Landroid/os/IIncidentReportStatusListener$Stub$Proxy;->onReportStarted()V 36363 Landroid/os/IIncidentReportStatusListener$Stub;-><init>()V 36364 Landroid/os/IIncidentReportStatusListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IInci… 36370 Landroid/os/IIncidentReportStatusListener;->onReportFailed()V 36371 Landroid/os/IIncidentReportStatusListener;->onReportFinished()V 36372 Landroid/os/IIncidentReportStatusListener;->onReportSectionStatus(II)V 36373 Landroid/os/IIncidentReportStatusListener;->onReportStarted()V 36374 Landroid/os/IIncidentReportStatusListener;->STATUS_FINISHED:I [all …]
|