Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/twl/camera/ARM9/
Dcamera_api.h68 CAMERAResult CAMERA_I2CPhotoModeAsyncCore(CAMERASelect camera, CAMERAPhotoMode mode, CAMERACallback…
607 return CAMERA_I2CPhotoModeAsyncCore(camera, mode, callback, arg); in CAMERA_I2CPhotoModeAsync()
/TwlSDK-5.4/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c349 …(void)CAMERA_I2CPhotoModeAsyncCore(CAMERA_SELECT_IN, cameraWork.CAMERAiStateIn.photo, CAMERA_Reboo… in CAMERA_Reboot()
356 …(void)CAMERA_I2CPhotoModeAsyncCore(CAMERA_SELECT_OUT, cameraWork.CAMERAiStateOut.photo, CAMERA_Reb… in CAMERA_Reboot()
1604 CAMERAResult CAMERA_I2CPhotoModeAsyncCore(CAMERASelect camera, CAMERAPhotoMode mode, CAMERACallback… in CAMERA_I2CPhotoModeAsyncCore() function
1688 cameraWork.result = CAMERA_I2CPhotoModeAsyncCore(camera, mode, CameraSyncCallback, 0); in CAMERA_I2CPhotoModeCore()