Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/camera/ARM9/
Dcamera_api.h54 CAMERAResult CAMERA_I2CInitAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg);
189 return CAMERA_I2CInitAsyncCore(camera, callback, arg); in CAMERA_I2CInitAsync()
/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c343 (void)CAMERA_I2CInitAsyncCore(CAMERA_SELECT_BOTH, CAMERA_Reboot, (void*)I2C_PhotoMode_IN); in CAMERA_Reboot()
876 CAMERAResult CAMERA_I2CInitAsyncCore(CAMERASelect camera, CAMERACallback callback, void *arg) in CAMERA_I2CInitAsyncCore() function
929 cameraWork.result = CAMERA_I2CInitAsyncCore(camera, CameraSyncCallback, 0); in CAMERA_I2CInitCore()