Searched refs:api_evt (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h267 void waitAPIResult(qcamera_sm_evt_enum_t api_evt);
H A DQCamera2HWI.cpp2613 * @api_evt : API event type
2617 void QCamera2HardwareInterface::waitAPIResult(qcamera_sm_evt_enum_t api_evt) argument
2619 ALOGV("%s: wait for API result of evt (%d)", __func__, api_evt);
2621 while (m_apiResult.request_api != api_evt) {
2625 __func__, m_apiResult.status, api_evt);

Completed in 67 milliseconds