Searched refs:mPowerModuleInstance (Results 1 – 7 of 7) sorted by relevance
33 PowerModule *PowerModule::mPowerModuleInstance = NULL; member in PowerModule37 if (mPowerModuleInstance == NULL) { in getInstance()38 mPowerModuleInstance = new PowerModule; in getInstance()40 if (mPowerModuleInstance) { in getInstance()41 mPowerModuleInstance->mPowerModuleHandle = NULL; in getInstance()44 (const hw_module_t **)&(mPowerModuleInstance->mPowerModuleHandle)); in getInstance()48 return mPowerModuleInstance; in getInstance()
39 static PowerModule *mPowerModuleInstance;