Home
last modified time | relevance | path

Searched refs:initHal (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/powermanager/
DPowerHalController.cpp67 initHal(); in init()
72 std::shared_ptr<HalWrapper> PowerHalController::initHal() { in initHal() function in android::power::PowerHalController
116 std::shared_ptr<HalWrapper> handle = initHal(); in setBoost()
122 std::shared_ptr<HalWrapper> handle = initHal(); in setMode()
130 std::shared_ptr<HalWrapper> handle = initHal(); in createHintSession()
141 std::shared_ptr<HalWrapper> handle = initHal(); in createHintSessionWithConfig()
150 std::shared_ptr<HalWrapper> handle = initHal(); in getHintSessionPreferredRate()
158 std::shared_ptr<HalWrapper> handle = initHal(); in getSessionChannel()
165 std::shared_ptr<HalWrapper> handle = initHal(); in closeSessionChannel()
/frameworks/native/include/powermanager/
DPowerHalController.h85 std::shared_ptr<HalWrapper> initHal();
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp125 void initHal() { mHal->init(); } in initHal() function in android::VibratorControllerWrapper
209 wrapper->initHal(); in vibratorNativeInit()