Home
last modified time | relevance | path

Searched refs:IDumpstate (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DBugreportParams.java61 public static final int BUGREPORT_MODE_FULL = IDumpstate.BUGREPORT_MODE_FULL;
67 public static final int BUGREPORT_MODE_INTERACTIVE = IDumpstate.BUGREPORT_MODE_INTERACTIVE;
73 public static final int BUGREPORT_MODE_REMOTE = IDumpstate.BUGREPORT_MODE_REMOTE;
78 public static final int BUGREPORT_MODE_WEAR = IDumpstate.BUGREPORT_MODE_WEAR;
84 public static final int BUGREPORT_MODE_TELEPHONY = IDumpstate.BUGREPORT_MODE_TELEPHONY;
90 public static final int BUGREPORT_MODE_WIFI = IDumpstate.BUGREPORT_MODE_WIFI;
H A DBugreportManager.java60 private final IDumpstate mBinder;
63 public BugreportManager(@NonNull Context context, IDumpstate binder) { in BugreportManager()
/aosp12/frameworks/base/services/core/java/com/android/server/os/
H A DBugreportManagerServiceImpl.java29 import android.os.IDumpstate;
52 class BugreportManagerServiceImpl extends IDumpstate.Stub {
104 IDumpstate ds = getDumpstateBinderServiceLocked(); in cancelBugreport()
238 IDumpstate ds = startAndGetDumpstateBinderServiceLocked(); in startBugreportLocked()
266 private IDumpstate getDumpstateBinderServiceLocked() { in getDumpstateBinderServiceLocked()
268 return IDumpstate.Stub.asInterface(ServiceManager.getService("dumpstate")); in getDumpstateBinderServiceLocked()
283 private IDumpstate startAndGetDumpstateBinderServiceLocked() { in startAndGetDumpstateBinderServiceLocked()
287 IDumpstate ds = null; in startAndGetDumpstateBinderServiceLocked()
330 private final IDumpstate mDs;
333 DumpstateListener(IDumpstateListener listener, IDumpstate ds) { in DumpstateListener()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h208 BUGREPORT_FULL = android::os::IDumpstate::BUGREPORT_MODE_FULL,
209 BUGREPORT_INTERACTIVE = android::os::IDumpstate::BUGREPORT_MODE_INTERACTIVE,
210 BUGREPORT_REMOTE = android::os::IDumpstate::BUGREPORT_MODE_REMOTE,
211 BUGREPORT_WEAR = android::os::IDumpstate::BUGREPORT_MODE_WEAR,
212 BUGREPORT_TELEPHONY = android::os::IDumpstate::BUGREPORT_MODE_TELEPHONY,
213 BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI,
214 BUGREPORT_DEFAULT = android::os::IDumpstate::BUGREPORT_MODE_DEFAULT
H A DAndroid.bp78 "binder/android/os/IDumpstate.aidl",
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp53 sp<IDumpstate> GetDumpstateService() { in GetDumpstateService()
54 return android::interface_cast<IDumpstate>( in GetDumpstateService()
485 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
529 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
558 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
/aosp12/frameworks/native/cmds/dumpstate/binder/android/os/
H A DIDumpstate.aidl25 interface IDumpstate { interface
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java56 import android.os.IDumpstate;
164 @Mock private IDumpstate mMockIDumpstate;
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java159 import android.os.IDumpstate;
1131 IDumpstate.Stub.asInterface(b)); in registerService()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5463 android.os.IDumpstate$Stub$Proxy
5464 android.os.IDumpstate$Stub
5465 android.os.IDumpstate
H A Dboot-image-profile.txt28802 Landroid/os/IDumpstate$Stub$Proxy;
28803 Landroid/os/IDumpstate$Stub;
28804 Landroid/os/IDumpstate;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5461 android.os.IDumpstate$Stub$Proxy
5462 android.os.IDumpstate$Stub
5463 android.os.IDumpstate
H A Dboot-image-profile.txt38439 Landroid/os/IDumpstate$Stub$Proxy;
38440 Landroid/os/IDumpstate$Stub;
38441 Landroid/os/IDumpstate;
/aosp12/frameworks/base/services/
H A Dart-profile28200 …roid/server/os/BugreportManagerServiceImpl;Landroid/os/IDumpstateListener;Landroid/os/IDumpstate;)V
28212 …id/server/os/BugreportManagerServiceImpl;->getDumpstateBinderServiceLocked()Landroid/os/IDumpstate;
28215 …r/os/BugreportManagerServiceImpl;->startAndGetDumpstateBinderServiceLocked()Landroid/os/IDumpstate;