Searched refs:CAMERAiRebootCallback (Results 1 – 1 of 1) sorted by relevance
146 …CAMERAIntrCallback CAMERAiRebootCallback; // Callback called after camera reboot is completed member253 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()