Home
last modified time | relevance | path

Searched refs:mErrorState (Results 1 – 6 of 6) 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()
88 if (!mErrorState && (streamId == getStreamId())) { in onBufferRequestForFrameNumber()
95 if (!mErrorState && !bufferInfo.mError) { in onBufferReleased()
182 mErrorState = true; in onError()
DCompositeStream.h111 bool mErrorState; variable
DDepthCompositeStream.cpp408 if ((inputFrame->error || mErrorState) && !inputFrame->errorNotified) { in releaseInputFrameLocked()
433 if (mErrorState) { in threadLoop()
673 if (!mErrorState) { in onFrameAvailable()
682 if (!mErrorState) { in onFrameAvailable()
DHeicCompositeStream.cpp245 if (mErrorState || (streamId != getStreamId())) { in onBufferRequestForFrameNumber()
274 if (!mErrorState) { in onFrameAvailable()
288 if (!mErrorState) { in onFrameAvailable()
360 if (!mErrorState) { in onHeicOutputFrameAvailable()
429 mErrorState = true; in onHeicCodecError()
508 if (mErrorState) { in onShutter()
1132 if ((inputFrame->error || mErrorState) && !inputFrame->errorNotified) { in releaseInputFrameLocked()
1555 if (mErrorState) { in threadLoop()
/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()