Home
last modified time | relevance | path

Searched refs:BUGREPORT_ERROR_RUNTIME_ERROR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstateListener.aidl42 const int BUGREPORT_ERROR_RUNTIME_ERROR = 2; field
/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp185 signalErrorAndExit(listener, IDumpstateListener::BUGREPORT_ERROR_RUNTIME_ERROR); in startBugreport()
243 signalErrorAndExit(listener, IDumpstateListener::BUGREPORT_ERROR_RUNTIME_ERROR); in retrieveBugreport()
Ddumpstate.cpp3147 listener_->onError(IDumpstateListener::BUGREPORT_ERROR_RUNTIME_ERROR); in HandleRunStatus()
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java525 reportError(listener, IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR); in startBugreport()
609 reportError(listener, IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR); in retrieveBugreport()
840 reportError(listener, IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR); in startBugreportLocked()
1109 mListener.onError(IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR); in binderDied()
/frameworks/base/core/java/android/os/
DBugreportManager.java107 IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR;