Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/powermanager/
H A DPowerHalController.cpp58 initHal(); in init()
63 std::shared_ptr<HalWrapper> PowerHalController::initHal() { in initHal() function in android::power::PowerHalController
90 std::shared_ptr<HalWrapper> handle = initHal(); in setBoost()
96 std::shared_ptr<HalWrapper> handle = initHal(); in setMode()
103 std::shared_ptr<HalWrapper> handle = initHal(); in createHintSession()
109 std::shared_ptr<HalWrapper> handle = initHal(); in getHintSessionPreferredRate()
/aosp12/frameworks/native/include/powermanager/
H A DPowerHalController.h74 std::shared_ptr<HalWrapper> initHal();
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp125 void initHal() { mHal->init(); } in initHal() function in android::VibratorControllerWrapper
198 wrapper->initHal(); in vibratorNativeInit()