Home
last modified time | relevance | path

Searched refs:isBlink (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);
83 CAMERAResult CAMERA_SetLEDCore(BOOL isBlink);
894 SDK_INLINE CAMERAResult CAMERA_SetLEDAsync(BOOL isBlink, CAMERACallback callback, void *arg) in CAMERA_SetLEDAsync() argument
898 return CAMERA_SetLEDAsyncCore(isBlink, callback, arg); in CAMERA_SetLEDAsync()
915 SDK_INLINE CAMERAResult CAMERA_SetLED(BOOL isBlink) in CAMERA_SetLED() argument
919 return CAMERA_SetLEDCore(isBlink); in CAMERA_SetLED()
/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() argument
2316 cameraWork.CAMERAiStateTmp.blink = isBlink; in CAMERA_SetLEDAsyncCore()
2318 …return CameraSendPxiCommand(command, _size, (u8)isBlink) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_S… in CAMERA_SetLEDAsyncCore()
2333 CAMERAResult CAMERA_SetLEDCore(BOOL isBlink) in CAMERA_SetLEDCore() argument
2335 cameraWork.result = CAMERA_SetLEDAsyncCore(isBlink, CameraSyncCallback, 0); in CAMERA_SetLEDCore()