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.h123 bool mErrorState; variable
DDepthCompositeStream.cpp386 if ((inputFrame->error || mErrorState) && !inputFrame->errorNotified) { in releaseInputFrameLocked()
412 if (mErrorState) { in threadLoop()
648 if (!mErrorState) { in onFrameAvailable()
657 if (!mErrorState) { in onFrameAvailable()
DHeicCompositeStream.cpp276 if (mErrorState || (streamId != getStreamId())) { in onBufferRequestForFrameNumber()
305 if (!mErrorState) { in onFrameAvailable()
319 if (!mErrorState) { in onFrameAvailable()
391 if (!mErrorState) { in onHeicOutputFrameAvailable()
460 mErrorState = true; in onHeicCodecError()
556 if (mErrorState) { in onShutter()
1218 if (inputFrame->error || mErrorState) { in releaseInputFrameLocked()
1659 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()