android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/AWIspApi.h
.. .. @@ -31,9 +31,9 @@ 31 31 int awIspGetExposureTime(int isp_id); 32 32 int awIspGetISO(int isp_id); 33 33 34 - status_t awIspGetInfoLength(int* i3a_length, int* debug_length);35 - status_t awIspGet3AParameters(void * params);36 - status_t awIspGetDebugMessage(void * message);34 + int awIspGetInfoLength(int* i3a_length, int* debug_length);35 + int awIspGet3AParameters(void * params);36 + int awIspGetDebugMessage(void * message);37 37 38 38 }; 39 39 }