Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBugreportParams.java63 public static final int BUGREPORT_MODE_FULL = IDumpstate.BUGREPORT_MODE_FULL;
69 public static final int BUGREPORT_MODE_INTERACTIVE = IDumpstate.BUGREPORT_MODE_INTERACTIVE;
75 public static final int BUGREPORT_MODE_REMOTE = IDumpstate.BUGREPORT_MODE_REMOTE;
80 public static final int BUGREPORT_MODE_WEAR = IDumpstate.BUGREPORT_MODE_WEAR;
86 public static final int BUGREPORT_MODE_TELEPHONY = IDumpstate.BUGREPORT_MODE_TELEPHONY;
92 public static final int BUGREPORT_MODE_WIFI = IDumpstate.BUGREPORT_MODE_WIFI;
DBugreportManager.java54 private final IDumpstate mBinder;
57 public BugreportManager(@NonNull Context context, IDumpstate binder) { in BugreportManager()
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java26 import android.os.IDumpstate;
48 class BugreportManagerServiceImpl extends IDumpstate.Stub {
164 IDumpstate ds = startAndGetDumpstateBinderServiceLocked(); in startBugreportLocked()
187 IDumpstate ds = IDumpstate.Stub.asInterface(ServiceManager.getService("dumpstate")); in isDumpstateBinderServiceRunningLocked()
203 private IDumpstate startAndGetDumpstateBinderServiceLocked() { in startAndGetDumpstateBinderServiceLocked()
207 IDumpstate ds = null; in startAndGetDumpstateBinderServiceLocked()
213 ds = IDumpstate.Stub.asInterface(ServiceManager.getService("dumpstate")); in startAndGetDumpstateBinderServiceLocked()
251 private final IDumpstate mDs;
254 DumpstateListener(IDumpstateListener listener, IDumpstate ds) { in DumpstateListener()
/frameworks/native/cmds/dumpstate/
Ddumpstate.h202 BUGREPORT_FULL = android::os::IDumpstate::BUGREPORT_MODE_FULL,
203 BUGREPORT_INTERACTIVE = android::os::IDumpstate::BUGREPORT_MODE_INTERACTIVE,
204 BUGREPORT_REMOTE = android::os::IDumpstate::BUGREPORT_MODE_REMOTE,
205 BUGREPORT_WEAR = android::os::IDumpstate::BUGREPORT_MODE_WEAR,
206 BUGREPORT_TELEPHONY = android::os::IDumpstate::BUGREPORT_MODE_TELEPHONY,
207 BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI,
208 BUGREPORT_DEFAULT = android::os::IDumpstate::BUGREPORT_MODE_DEFAULT
DAndroid.bp70 "binder/android/os/IDumpstate.aidl",
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp53 sp<IDumpstate> GetDumpstateService() { in GetDumpstateService()
54 return android::interface_cast<IDumpstate>( in GetDumpstateService()
431 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
475 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
504 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl26 interface IDumpstate { interface
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java82 import android.os.IDumpstate;
1930 final IDumpstate dumpstate = IDumpstate.Stub.asInterface(service); in connect()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java146 import android.os.IDumpstate;
1179 IDumpstate.Stub.asInterface(b)); in registerService()
/frameworks/base/config/
Dboot-image-profile.txt11574 HSPLandroid/os/IDumpstate$Stub;-><init>()V
35235 Landroid/os/IDumpstate$Stub;
35236 Landroid/os/IDumpstate;