Lines Matching refs:m_pPowerModule
245 m_pPowerModule(NULL), in QCamera3HardwareInterface()
269 if (hw_get_module(POWER_HARDWARE_MODULE_ID, (const hw_module_t **)&m_pPowerModule)) { in QCamera3HardwareInterface()
377 if (m_pPowerModule) { in openCamera()
378 if (m_pPowerModule->powerHint) { in openCamera()
379 m_pPowerModule->powerHint(m_pPowerModule, POWER_HINT_VIDEO_ENCODE, in openCamera()
438 if (m_pPowerModule) { in closeCamera()
439 if (m_pPowerModule->powerHint) { in closeCamera()
441 m_pPowerModule->powerHint(m_pPowerModule, POWER_HINT_VIDEO_ENCODE, in closeCamera()
445 m_pPowerModule->powerHint(m_pPowerModule, POWER_HINT_VIDEO_ENCODE, in closeCamera()
650 if (m_pPowerModule) { in configureStreams()
651 if (m_pPowerModule->powerHint) { in configureStreams()
652 m_pPowerModule->powerHint(m_pPowerModule, POWER_HINT_VIDEO_ENCODE, in configureStreams()
785 if (m_pPowerModule) { in configureStreams()
786 if (m_pPowerModule->powerHint) { in configureStreams()
787 m_pPowerModule->powerHint(m_pPowerModule, in configureStreams()