Home
last modified time | relevance | path

Searched refs:mErrorState (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPageContentView.java47 private Drawable mErrorState; field in PageContentView
69 setBackground(mErrorState); in onPageContentAvailable()
101 mErrorState = errorState; in init()
109 setBackground(mErrorState); in init()
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp36 mErrorState(false) { in CompositeStream()
96 if (!mErrorState && (streamId == getStreamId())) { in onBufferRequestForFrameNumber()
103 if (!mErrorState && !bufferInfo.mError) { in onBufferReleased()
190 mErrorState = true; in onError()
DCompositeStream.h127 bool mErrorState; variable
DDepthCompositeStream.cpp411 if ((inputFrame->error || mErrorState) && !inputFrame->errorNotified) { in releaseInputFrameLocked()
437 if (mErrorState) { in threadLoop()
739 if (!mErrorState) { in onFrameAvailable()
748 if (!mErrorState) { in onFrameAvailable()
DHeicCompositeStream.cpp280 if (mErrorState || (streamId != getStreamId())) { in onBufferRequestForFrameNumber()
309 if (!mErrorState) { in onFrameAvailable()
323 if (!mErrorState) { in onFrameAvailable()
395 if (!mErrorState) { in onHeicOutputFrameAvailable()
464 mErrorState = true; in onHeicCodecError()
559 if (mErrorState) { in onShutter()
1215 if (inputFrame->error || mErrorState) { in releaseInputFrameLocked()
1658 if (mErrorState) { in threadLoop()
/frameworks/base/services/core/java/com/android/server/am/
DStrictModeViolationDialog.java70 if (app.mErrorState.getErrorReportReceiver() != null) { in StrictModeViolationDialog()
94 mProc.mErrorState.getDialogController().clearViolationDialogs();
DAppNotRespondingDialog.java111 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
155 final ProcessErrorStateRecord errState = app.mErrorState;
DNativeCrashListener.java267 pr.mErrorState.setCrashing(true); in consumeNativeCrashData()
268 pr.mErrorState.setForceCrashReport(true); in consumeNativeCrashData()
DAppErrorDialog.java114 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
159 mProc.mErrorState.getDialogController().clearCrashDialogs(false /* needDismiss */); in setResult()
DAppErrors.java449 ErrorDialogController controller = app.mErrorState.getDialogController(); in killAppAtUserRequestLocked()
467 final ProcessErrorStateRecord errState = app.mErrorState; in killAppImmediateLSP()
743 final ProcessErrorStateRecord errState = app.mErrorState;
794 result.setComponent(r.mErrorState.getErrorReportReceiver());
803 final ProcessErrorStateRecord errState = r.mErrorState;
851 final ProcessErrorStateRecord errState = app.mErrorState;
983 final ProcessErrorStateRecord errState = proc.mErrorState;
1060 final ProcessErrorStateRecord errState = proc.mErrorState;
DAnrHelper.java163 mApp.mErrorState.appNotResponding(mActivityShortComponentName, mAppInfo, in appNotResponding()
DProcessProviderRecord.java119 final boolean alwaysRemove = mApp.mErrorState.isBad() || !allowRestart; in onCleanupApplicationRecordLocked()
DProcessRecord.java342 final ProcessErrorStateRecord mErrorState; field in ProcessRecord
467 mErrorState.dump(pw, prefix, nowUptime); in dump()
510 mErrorState = new ProcessErrorStateRecord(this); in ProcessRecord()
923 mErrorState.onCleanupApplicationRecordLSP(); in onCleanupApplicationRecordLSP()
DErrorDialogController.java189 mApp.mErrorState.isSilentAnr() /* lastUsedOnly */); in showAnrDialogs()
DBroadcastQueue.java672 || filter.receiverList.app.mErrorState.isCrashing())) { in deliverToRegisteredReceiverLocked()
1057 isDead = proc == null || proc.mErrorState.isCrashing(); in processNextBroadcastLocked()
1465 if (r.curApp != null && r.curApp.mErrorState.isCrashing()) { in processNextBroadcastLocked()
DProcessList.java2473 app.mErrorState.setBad(false);
2543 app.mErrorState.setCrashHandler(crashHandler);
3772 final ProcessErrorStateRecord errState = app.mErrorState; in getRunningAppProcessesLOSP()
DContentProviderHelper.java1751 if (!alwaysBad && !app.mErrorState.isBad() && cpr.hasConnectionOrHandle()) { in cleanupAppInLaunchingProvidersLocked()
DActivityManagerService.java1577 if (proc.mErrorState.getDialogController().hasViolationDialogs()) { in handleMessage()
1583 proc.mErrorState.getDialogController().showViolationDialogs(res); in handleMessage()
1597 app.mErrorState.getDialogController().showDebugWaitingDialogs(); in handleMessage()
1601 app.mErrorState.getDialogController().clearWaitingDialog(); in handleMessage()
8393 final ProcessErrorStateRecord errState = app.mErrorState; in getProcessesInErrorState()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DAnrHelperTest.java109 verify(mAnrApp.mErrorState, timeout(TimeUnit.SECONDS.toMillis(5))).appNotResponding( in testHandleAppNotResponding()
DProcessRecordTests.java111 mProcessErrorState = spy(mProcessRecord.mErrorState); in setUpProcess()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPageAdapter.java99 private BitmapDrawable mErrorState; field in PageAdapter
355 content.init(provider, mEmptyState, mErrorState, mMediaSize, mMinMargins); in onBindViewHolder()
517 mErrorState = new BitmapDrawable(mContext.getResources(), errorBitmap); in updatePreviewAreaPageSizeAndEmptyState()
802 page.init(null, mEmptyState, mErrorState, mMediaSize, mMinMargins); in recyclePageView()