Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c146 …CAMERAIntrCallback CAMERAiRebootCallback; // Callback called after camera reboot is completed member
253 cameraWork.CAMERAiRebootCallback = callback; in CAMERA_SetRebootCallbackCore()
559 …if(cameraWork.CAMERAiRebootCallback != 0) // Notify the application that the reboot process is … in CAMERA_Reboot()
561 cameraWork.CAMERAiRebootCallback(CAMERA_RESULT_SUCCESS); in CAMERA_Reboot()
632 …if(cameraWork.CAMERAiRebootCallback != 0) // Notify the application that the reboot process fai… in CAMERA_MonitorThread()
634 cameraWork.CAMERAiRebootCallback(CAMERA_RESULT_FATAL_ERROR); in CAMERA_MonitorThread()
670 cameraWork.CAMERAiRebootCallback = 0; in CAMERA_InitCore()