Home
last modified time | relevance | path

Searched refs:IDumpstate (Results 1 – 11 of 11) 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.h200 BUGREPORT_FULL = android::os::IDumpstate::BUGREPORT_MODE_FULL,
201 BUGREPORT_INTERACTIVE = android::os::IDumpstate::BUGREPORT_MODE_INTERACTIVE,
202 BUGREPORT_REMOTE = android::os::IDumpstate::BUGREPORT_MODE_REMOTE,
203 BUGREPORT_WEAR = android::os::IDumpstate::BUGREPORT_MODE_WEAR,
204 BUGREPORT_TELEPHONY = android::os::IDumpstate::BUGREPORT_MODE_TELEPHONY,
205 BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI,
206 BUGREPORT_DEFAULT = android::os::IDumpstate::BUGREPORT_MODE_DEFAULT
DAndroid.bp70 "binder/android/os/IDumpstate.aidl",
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp47 sp<IDumpstate> GetDumpstateService() { in GetDumpstateService()
48 return android::interface_cast<IDumpstate>( in GetDumpstateService()
382 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
426 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F()
455 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/
DAndroid.mk9 ../../../native/cmds/dumpstate/binder/android/os/IDumpstate.aidl \
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java82 import android.os.IDumpstate;
1932 final IDumpstate dumpstate = IDumpstate.Stub.asInterface(service); in connect()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java139 import android.os.IDumpstate;
1124 IDumpstate.Stub.asInterface(b)); in registerService()
/frameworks/base/config/
Dboot-image-profile.txt11574 HSPLandroid/os/IDumpstate$Stub;-><init>()V
35236 Landroid/os/IDumpstate$Stub;
35237 Landroid/os/IDumpstate;