Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp1096 mPowerModule(0), in QCameraHardwareInterface()
1239 if (hw_get_module(POWER_HARDWARE_MODULE_ID, (const hw_module_t **)&mPowerModule)) { in QCameraHardwareInterface()
2143 if (mPowerModule) { in startRecording()
2144 if (mPowerModule->powerHint) { in startRecording()
2145 mPowerModule->powerHint(mPowerModule, POWER_HINT_VIDEO_ENCODE, (void *)"state=1"); in startRecording()
2175 if (mPowerModule) { in stopRecording()
2176 if (mPowerModule->powerHint) { in stopRecording()
2177 mPowerModule->powerHint(mPowerModule, POWER_HINT_VIDEO_ENCODE, (void *)"state=0"); in stopRecording()
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h925 power_module_t* mPowerModule; variable