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);
304 rc = m_camOps->get_bundle_info(m_camHandle, m_handle, &bundleInfo);
336 (m_handle == mStreams[i]->getChannelHandle())) {
340 rc = m_camOps->start_channel(m_camHandle, m_handle);
345 (m_handle == mStreams[i]->getChannelHandle())) {
383 if (m_handle == mStreams[i]->getChannelHandle()) {
393 rc = m_camOps->stop_channel(m_camHandle, m_handle);
491 (m_handle == mStreams[i]->getChannelHandle())) {
579 (m_handle == mStreams[i]->getChannelHandle()) &&
598 (m_handle == mStreams[i]->getChannelHandle()) &&
617 (m_handle == mStreams[i]->getChannelHandle()) &&
696 int32_t rc = m_camOps->request_super_buf(m_camHandle, m_handle, buf);
713 int32_t rc = m_camOps->cancel_super_buf_request(m_camHandle, m_handle);
732 m_handle, type, 0, NULL);
754 rc = m_camOps->process_advanced_capture(m_camHandle, m_handle, type,
773 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx);
834 int32_t rc = m_camOps->request_super_buf(m_camHandle, m_handle, buf);
851 int32_t rc = m_camOps->cancel_super_buf_request(m_camHandle, m_handle);
1399 (m_handle == pStream->getChannelHandle())) {
1495 if ((pStream != NULL) && (m_handle == pStream->getChannelHandle())) {
1564 (m_handle != mStreams[i]->getChannelHandle())) {