Home
last modified time | relevance | path

Searched defs:setVal (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java84 private static void testInt(String setVal, int defValue, int expected) { in testInt()
90 private static void testLong(String setVal, long defValue, long expected) { in testLong()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp143 auto setVal = SettingHelper::GetSettingAutoAdjustBrightness(switchVal); in AutoAdjustBrightnessUpdateFunc() local
166 auto setVal = SettingHelper::GetSettingWindowRotation(switchVal); in WindowRotationUpdateFunc() local
189 auto setVal = SettingHelper::GetSettingVibration(switchVal); in VibrateStateUpdateFunc() local
212 auto setVal = SettingHelper::GetSettingIntellVoice(switchVal); in IntellVoiceUpdateFunc() local
/aosp12/system/core/libutils/include/utils/
H A DList.h58 inline void setVal(const T& val) { mVal = val; } in setVal() function
/aosp12/system/keymaster/include/keymaster/
H A DList.h54 inline void setVal(const T& val) { mVal = val; } in setVal() function
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_core.c990 uint32_t setVal[2]; in AudioCodecSetEnumRegUpdate() local