Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c141 PMExitCallbackInfo exitCbInfo; // Callback information when reset/power off member
705 PM_SetExitCallbackInfo(&cameraWork.exitCbInfo, CameraStandbyCallback, NULL); in CAMERA_InitCore()
706 PMi_InsertPostExitCallbackEx(&cameraWork.exitCbInfo, PM_CALLBACK_PRIORITY_CAMERA); in CAMERA_InitCore()
779 PM_DeletePostExitCallback(&cameraWork.exitCbInfo); in CAMERA_EndCore()