Loading configs/msmnile_au/msmnile_au.mk +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ AUDIO_FEATURE_ENABLED_SILENT_BOOT := true endif AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true AUDIO_FEATURE_ENABLED_ICC := true ifneq ( ,$(filter S 12, $(PLATFORM_VERSION))) ifneq ( ,$(filter S 12 T 13, $(PLATFORM_VERSION))) AUDIO_FEATURE_ENABLED_POWER_POLICY := true endif ifneq ( ,$(filter msmnile_gvmq msmnile_au, $(TARGET_BOARD_PLATFORM)$(TARGET_BOARD_SUFFIX))) Loading hal/audio_extn/power_policy_launcher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ extern "C" { int launchPowerPolicyClient(power_policy_init_config_t init_config) { ALOGD("%s: power policy launcher called", __func__); ABinderProcess_setThreadPoolMaxThreadCount(0); ABinderProcess_setThreadPoolMaxThreadCount(1); std::shared_ptr<PowerPolicyClient> powerPolicyClient = ::ndk::SharedRefBase::make<PowerPolicyClient>(init_config); ALOGD("%s:Instantiating power policy client from launcher", __func__); Loading Loading
configs/msmnile_au/msmnile_au.mk +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ AUDIO_FEATURE_ENABLED_SILENT_BOOT := true endif AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true AUDIO_FEATURE_ENABLED_ICC := true ifneq ( ,$(filter S 12, $(PLATFORM_VERSION))) ifneq ( ,$(filter S 12 T 13, $(PLATFORM_VERSION))) AUDIO_FEATURE_ENABLED_POWER_POLICY := true endif ifneq ( ,$(filter msmnile_gvmq msmnile_au, $(TARGET_BOARD_PLATFORM)$(TARGET_BOARD_SUFFIX))) Loading
hal/audio_extn/power_policy_launcher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ extern "C" { int launchPowerPolicyClient(power_policy_init_config_t init_config) { ALOGD("%s: power policy launcher called", __func__); ABinderProcess_setThreadPoolMaxThreadCount(0); ABinderProcess_setThreadPoolMaxThreadCount(1); std::shared_ptr<PowerPolicyClient> powerPolicyClient = ::ndk::SharedRefBase::make<PowerPolicyClient>(init_config); ALOGD("%s:Instantiating power policy client from launcher", __func__); Loading