Searched refs:mErrorNotifier (Results 1 – 7 of 7) 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()
163 sp<ErrorNotifier> mErrorNotifier; variable
250 ErrorNotifier *mErrorNotifier; variable
700 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()