Home
last modified time | relevance | path

Searched refs:CAMERA_IsBusyCore (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/twl/camera/ARM9/
Dcamera.h74 BOOL CAMERA_IsBusyCore( void );
79 return CAMERA_IsBusyCore(); in CAMERA_IsBusy()
/TwlSDK-5.4/build/libraries/camera/ARM9.TWL/src/
Dcamera.c79 BOOL CAMERA_IsBusyCore( void ) in CAMERA_IsBusyCore() function
Dcamera_api.c834 while ( CAMERA_IsBusyCore() != FALSE) in CAMERA_StartCore()
856 while ( limit-- > 0 && CAMERA_IsBusyCore() != FALSE) // With timeout in CAMERA_StopCore()