Home | History | Annotate | Download | only in HAL3

Lines Matching refs:m_camOps

77     m_camOps = cam_ops;
102 m_camOps = NULL;
136 m_camOps->delete_channel(m_camHandle, m_handle);
160 m_handle = m_camOps->add_channel(m_camHandle,
207 m_camOps,
250 rc = m_camOps->start_channel(m_camHandle, m_handle);
284 rc = m_camOps->stop_channel(m_camHandle, m_handle);
2192 m_camOps,
2216 if(m_camOps->request_super_buf(m_camHandle,m_handle,1) < 0) {