Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
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;
DBugreportManager.java60 private final IDumpstate mBinder;
63 public BugreportManager(@NonNull Context context, IDumpstate binder) { in BugreportManager()
/frameworks/base/services/core/java/com/android/server/os/
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()
/frameworks/native/cmds/dumpstate/
Ddumpstate.h198 BUGREPORT_FULL = android::os::IDumpstate::BUGREPORT_MODE_FULL,
199 BUGREPORT_INTERACTIVE = android::os::IDumpstate::BUGREPORT_MODE_INTERACTIVE,
200 BUGREPORT_REMOTE = android::os::IDumpstate::BUGREPORT_MODE_REMOTE,
201 BUGREPORT_WEAR = android::os::IDumpstate::BUGREPORT_MODE_WEAR,
202 BUGREPORT_TELEPHONY = android::os::IDumpstate::BUGREPORT_MODE_TELEPHONY,
203 BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI,
204 BUGREPORT_DEFAULT = android::os::IDumpstate::BUGREPORT_MODE_DEFAULT
DAndroid.bp78 "binder/android/os/IDumpstate.aidl",
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl25 interface IDumpstate { interface
/frameworks/native/cmds/dumpstate/tests/
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()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java56 import android.os.IDumpstate;
164 @Mock private IDumpstate mMockIDumpstate;
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java166 import android.os.IDumpstate;
1135 IDumpstate.Stub.asInterface(b)); in registerService()
/frameworks/base/boot/
Dpreloaded-classes5622 android.os.IDumpstate$Stub$Proxy
5623 android.os.IDumpstate$Stub
5624 android.os.IDumpstate
Dboot-image-profile.txt28106 Landroid/os/IDumpstate$Stub$Proxy;
28107 Landroid/os/IDumpstate$Stub;
28108 Landroid/os/IDumpstate;
/frameworks/base/config/
Dpreloaded-classes5626 android.os.IDumpstate$Stub$Proxy
5627 android.os.IDumpstate$Stub
5628 android.os.IDumpstate
Dboot-image-profile.txt38074 Landroid/os/IDumpstate$Stub$Proxy;
38075 Landroid/os/IDumpstate$Stub;
38076 Landroid/os/IDumpstate;
/frameworks/base/services/
Dart-profile32293 …roid/server/os/BugreportManagerServiceImpl;Landroid/os/IDumpstateListener;Landroid/os/IDumpstate;)V
32305 …id/server/os/BugreportManagerServiceImpl;->getDumpstateBinderServiceLocked()Landroid/os/IDumpstate;
32308 …r/os/BugreportManagerServiceImpl;->startAndGetDumpstateBinderServiceLocked()Landroid/os/IDumpstate;