Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/camera/ARM9/
Dcamera_api.h82 CAMERAResult CAMERA_SetLEDAsyncCore(BOOL isBlink, CAMERACallback callback, void *arg);
898 return CAMERA_SetLEDAsyncCore(isBlink, callback, arg); in CAMERA_SetLEDAsync()
/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c2295 CAMERAResult CAMERA_SetLEDAsyncCore(BOOL isBlink, CAMERACallback callback, void *arg) in CAMERA_SetLEDAsyncCore() function
2335 cameraWork.result = CAMERA_SetLEDAsyncCore(isBlink, CameraSyncCallback, 0); in CAMERA_SetLEDCore()
2351 (void)CAMERA_SetLEDAsyncCore(FALSE, cameraSwitchOffLEDCallback, arg); in CAMERAi_SwitchOffLEDAsyncCallback()
2370 return CAMERA_SetLEDAsyncCore(TRUE, CAMERAi_SwitchOffLEDAsyncCallback, arg); in CAMERA_SwitchOffLEDAsyncCore()