HomeSort by relevance Sort by last modified time
    Searched refs:PowerModule (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
power_module.h 33 class PowerModule
36 static PowerModule *getInstance();
39 static PowerModule *mPowerModuleInstance;
41 PowerModule() {}
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
power_module.h 33 class PowerModule
36 static PowerModule *getInstance();
39 static PowerModule *mPowerModuleInstance;
41 PowerModule() {}
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
power_module.h 33 class PowerModule
36 static PowerModule *getInstance();
39 static PowerModule *mPowerModuleInstance;
41 PowerModule() {}
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
power_module.h 33 class PowerModule
36 static PowerModule *getInstance();
39 static PowerModule *mPowerModuleInstance;
41 PowerModule() {}
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
power_module.cpp 33 PowerModule *PowerModule::mPowerModuleInstance = NULL;
35 PowerModule *PowerModule::getInstance()
38 mPowerModuleInstance = new PowerModule;
51 power_module_t *PowerModule::getPowerModuleHandle()
omx_vdec.cpp     [all...]

Completed in 197 milliseconds