Home
last modified time | relevance | path

Searched refs:IIncidentDumpCallback (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIIncidentManager.aidl20 import android.os.IIncidentDumpCallback;
60 oneway void registerSection(int id, String name, IIncidentDumpCallback callback); in registerSection()
H A DIIncidentDumpCallback.aidl26 oneway interface IIncidentDumpCallback { interface
H A DIncidentManager.java445 IIncidentDumpCallback.Stub mBinder = new IIncidentDumpCallback.Stub() {
/aosp14/frameworks/base/cmds/incidentd/src/
H A DSection.h204 const sp<IIncidentDumpCallback>& callback);
210 const sp<IIncidentDumpCallback> mCallback;
H A DIncidentService.h136 const sp<IIncidentDumpCallback>& callback);
H A DIncidentService.cpp355 const sp<IIncidentDumpCallback>& callback) { in registerSection()
H A DSection.cpp869 const sp<IIncidentDumpCallback>& callback) in BringYourOwnSection()
/aosp14/frameworks/base/core/java/
H A DAndroid.bp112 "android/os/IIncidentDumpCallback.aidl",