Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/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.3.1/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c2298 CAMERAResult CAMERA_SetLEDAsyncCore(BOOL isBlink, CAMERACallback callback, void *arg) in CAMERA_SetLEDAsyncCore() function
2338 cameraWork.result = CAMERA_SetLEDAsyncCore(isBlink, CameraSyncCallback, 0); in CAMERA_SetLEDCore()
2354 (void)CAMERA_SetLEDAsyncCore(FALSE, cameraSwitchOffLEDCallback, arg); in CAMERAi_SwitchOffLEDAsyncCallback()
2373 return CAMERA_SetLEDAsyncCore(TRUE, CAMERAi_SwitchOffLEDAsyncCallback, arg); in CAMERA_SwitchOffLEDAsyncCore()