Home
last modified time | relevance | path

Searched refs:m_pTorch (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.h841 QCameraTorchInterface *m_pTorch; // Interface for enabling torch variable
DQCameraParameters.cpp674 m_pTorch = NULL; in QCameraParameters()
756 m_pTorch = NULL; in QCameraParameters()
4519 m_pTorch = torch; in init()
5346 if (NULL != m_pTorch && !m_bRecordingHint_new) { in setFlash()
5348 m_pTorch->prepareTorchCamera(); in setFlash()
8564 if ( m_bReleaseTorchCamera && ( NULL != m_pTorch) ) { in commitParamChanges()
8565 m_pTorch->releaseTorchCamera(); in commitParamChanges()