Searched refs:mErrorNotifier (Results 1 – 17 of 17) sorted by relevance
120 if ( NULL != mErrorNotifier.get() ) in allocateBuffer()122 mErrorNotifier->errorNotify(-ENOMEM); in allocateBuffer()217 mErrorNotifier = errorNotifier; in setErrorHandler()
327 mErrorNotifier = errorNotifier; in setErrorHandler()690 if ( NULL != mErrorNotifier.get() ) in allocateBuffer()692 mErrorNotifier->errorNotify(-ENOMEM); in allocateBuffer()742 if ( NULL != mErrorNotifier.get() ) in getOffsets()744 mErrorNotifier->errorNotify(-ENOSYS); in getOffsets()1213 if ( NULL != mErrorNotifier.get() ){ in handleFrameReturn()1214 mErrorNotifier->errorNotify(CAMERA_ERROR_UNKNOWN); in handleFrameReturn()
31 mErrorNotifier = NULL; in BaseCameraAdapter()123 mErrorNotifier = errorNotifier; in setErrorHandler()
136 if ( NULL != mErrorNotifier.get() ) in allocateBufferList()137 mErrorNotifier->errorNotify(-ENOMEM); in allocateBufferList()220 mErrorNotifier = errorNotifier; in setErrorHandler()
256 mErrorNotifier = errorNotifier; in setErrorHandler()630 if ( NULL != mErrorNotifier.get() ) { in allocateBufferList()631 mErrorNotifier->errorNotify(NO_MEMORY); in allocateBufferList()687 if ( NULL != mErrorNotifier.get() ) { in getOffsets()688 mErrorNotifier->errorNotify(INVALID_OPERATION); in getOffsets()1175 if ( NULL != mErrorNotifier.get() ){ in handleFrameReturn()1176 mErrorNotifier->errorNotify(CAMERA_ERROR_UNKNOWN); in handleFrameReturn()
283 mErrorNotifier = errorNotifier; in setErrorHandler()503 if (NULL != mErrorNotifier.get()) { in allocateBufferList()504 mErrorNotifier->errorNotify(-ENOMEM); in allocateBufferList()686 if (NULL != mErrorNotifier.get()) { in getBufferList()687 mErrorNotifier->errorNotify(-ENOMEM); in getBufferList()
68 mErrorNotifier = NULL; in BaseCameraAdapter()164 mErrorNotifier = errorNotifier; in setErrorHandler()
163 sp<ErrorNotifier> mErrorNotifier; variable
250 ErrorNotifier *mErrorNotifier; variable
700 sp<ErrorNotifier> mErrorNotifier;
164 android::sp<ErrorNotifier> mErrorNotifier; variable
207 android::sp<ErrorNotifier> mErrorNotifier; variable
281 ErrorNotifier *mErrorNotifier; variable
840 android::sp<ErrorNotifier> mErrorNotifier;
411 mErrorNotifier->errorNotify(CAMERA_ERROR_HARD); in fillThisBuffer()1173 msg.arg1 = mErrorNotifier; in switchToExecuting()2283 msg.arg1 = mErrorNotifier; in autoFocus()2314 msg.arg1 = mErrorNotifier; in takePicture()2639 …if ( NULL != mErrorNotifier && ( ( OMX_U32 ) OMX_ErrorHardware == nData1 ) && mComponentState != O… in OMXCameraAdapterEventHandler()2667 mErrorNotifier->errorNotify(CAMERA_ERROR_FATAL); in OMXCameraAdapterEventHandler()3170 if ( NULL != mErrorNotifier ) in OMXCameraAdapterFillBufferDone()3172 mErrorNotifier->errorNotify(CAMERA_ERROR_UNKNOWN); in OMXCameraAdapterFillBufferDone()3564 msg.arg1 = mErrorNotifier; in ~OMXCameraAdapter()
516 mErrorNotifier->errorNotify(CAMERA_ERROR_HARD); in fillThisBuffer()1537 msg.arg1 = mErrorNotifier; in switchToExecuting()2721 msg.arg1 = mErrorNotifier; in autoFocus()2759 msg.arg1 = mErrorNotifier; in takePicture()3063 …if ( NULL != mErrorNotifier && ( ( OMX_U32 ) OMX_ErrorHardware == nData1 ) && mComponentState != O… in OMXCameraAdapterEventHandler()3091 mErrorNotifier->errorNotify(CAMERA_ERROR_FATAL); in OMXCameraAdapterEventHandler()3784 if ( NULL != mErrorNotifier ) in OMXCameraAdapterFillBufferDone()3786 mErrorNotifier->errorNotify(CAMERA_ERROR_UNKNOWN); in OMXCameraAdapterFillBufferDone()4219 msg.arg1 = mErrorNotifier; in ~OMXCameraAdapter()
2082 if ( NULL != mErrorNotifier ) in UseBuffersRawCapture()2084 mErrorNotifier->errorNotify(eError); in UseBuffersRawCapture()