Home | History | Annotate | Download | only in HAL

Lines Matching refs:m_handle

65     m_handle = 0;
83 m_handle = 0;
102 if (m_handle == mStreams[i]->getChannelHandle()) {
108 m_camOps->delete_channel(m_camHandle, m_handle);
109 m_handle = 0;
127 if ((mStreams[i] != NULL) && (m_handle == mStreams[i]->getChannelHandle())) {
131 m_camOps->delete_channel(m_camHandle, m_handle);
178 m_handle = m_camOps->add_channel(m_camHandle,
182 if (m_handle == 0) {
227 m_camHandle, m_handle, m_camOps, paddingInfo, bDeffAlloc,
266 if ((0 == m_handle) || (NULL == ch) || (NULL == stream)) {
273 m_handle);
308 rc = m_camOps->get_bundle_info(m_camHandle, m_handle, &bundleInfo);
340 (m_handle == mStreams[i]->getChannelHandle())) {
344 rc = m_camOps->start_channel(m_camHandle, m_handle);
349 (m_handle == mStreams[i]->getChannelHandle())) {
387 if (m_handle == mStreams[i]->getChannelHandle()) {
397 rc = m_camOps->stop_channel(m_camHandle, m_handle);
495 (m_handle == mStreams[i]->getChannelHandle())) {
583 (m_handle == mStreams[i]->getChannelHandle()) &&
602 (m_handle == mStreams[i]->getChannelHandle()) &&
621 (m_handle == mStreams[i]->getChannelHandle()) &&
700 int32_t rc = m_camOps->request_super_buf(m_camHandle, m_handle, buf);
717 int32_t rc = m_camOps->cancel_super_buf_request(m_camHandle, m_handle);
736 m_handle, type, 0, NULL);
758 rc = m_camOps->process_advanced_capture(m_camHandle, m_handle, type,
777 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx);
838 int32_t rc = m_camOps->request_super_buf(m_camHandle, m_handle, buf);
855 int32_t rc = m_camOps->cancel_super_buf_request(m_camHandle, m_handle);
1404 (m_handle == pStream->getChannelHandle())) {
1508 if ((pStream != NULL) && (m_handle == pStream->getChannelHandle())) {
1583 (m_handle != mStreams[i]->getChannelHandle())) {