Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/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.2.1/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c2298 CAMERAResult CAMERA_SetLEDAsyncCore(BOOL isBlink, CAMERACallback callback, void *arg) in CAMERA_SetLEDAsyncCore() argument
2319 cameraWork.CAMERAiStateTmp.blink = isBlink; in CAMERA_SetLEDAsyncCore()
2321 …return CameraSendPxiCommand(command, _size, (u8)isBlink) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_S… in CAMERA_SetLEDAsyncCore()
2336 CAMERAResult CAMERA_SetLEDCore(BOOL isBlink) in CAMERA_SetLEDCore() argument
2338 cameraWork.result = CAMERA_SetLEDAsyncCore(isBlink, CameraSyncCallback, 0); in CAMERA_SetLEDCore()