Home
last modified time | relevance | path

Searched refs:mErrorNotifier (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp120 if ( NULL != mErrorNotifier.get() ) in allocateBuffer()
122 mErrorNotifier->errorNotify(-ENOMEM); in allocateBuffer()
217 mErrorNotifier = errorNotifier; in setErrorHandler()
DANativeWindowDisplayAdapter.cpp327 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()
DBaseCameraAdapter.cpp31 mErrorNotifier = NULL; in BaseCameraAdapter()
123 mErrorNotifier = errorNotifier; in setErrorHandler()
/hardware/ti/omap4xxx/camera/inc/
DANativeWindowDisplayAdapter.h163 sp<ErrorNotifier> mErrorNotifier; variable
DBaseCameraAdapter.h250 ErrorNotifier *mErrorNotifier; variable
DCameraHal.h700 sp<ErrorNotifier> mErrorNotifier;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp411 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()