Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Ddevice_manager.cpp27 #define XCAM_FAILED_STOP(exp, msg, ...) \ macro
164 XCAM_FAILED_STOP (ret = XCAM_RETURN_ERROR_FILE, "capture device not ready"); in start()
166 XCAM_FAILED_STOP (ret = _device->start(), "capture device start failed"); in start()
172 XCAM_FAILED_STOP (ret = XCAM_RETURN_ERROR_FILE, "event device not ready"); in start()
173 XCAM_FAILED_STOP (ret = _subdevice->start(), "start event device failed"); in start()
185 XCAM_FAILED_STOP (ret = XCAM_RETURN_ERROR_PARAM, "create analyzer failed"); in start()
189 XCAM_FAILED_STOP (ret = XCAM_RETURN_ERROR_PARAM, "prepare analyzer handler failed"); in start()
197 XCAM_FAILED_STOP ( in start()
201 XCAM_FAILED_STOP (ret = _3a_analyzer->start (), "start analyzer failed"); in start()
221 XCAM_FAILED_STOP (ret = _3a_process_center->start (), "3A process center start failed"); in start()
[all …]
Dpipe_manager.cpp24 #define XCAM_FAILED_STOP(exp, msg, ...) \ macro
90 XCAM_FAILED_STOP (ret = _processor_center->start (), "3A process center start failed"); in start()