Home | History | Annotate | Download | only in HAL3

Lines Matching refs:m_camOps

78     m_camOps = cam_ops;
103 m_camOps = NULL;
137 m_camOps->delete_channel(m_camHandle, m_handle);
161 m_handle = m_camOps->add_channel(m_camHandle,
208 m_camOps,
251 rc = m_camOps->start_channel(m_camHandle, m_handle);
285 rc = m_camOps->stop_channel(m_camHandle, m_handle);
2179 m_camOps,
2203 if(m_camOps->request_super_buf(m_camHandle,m_handle,1) < 0) {